You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,24 @@ Explore the **[NPP Main GitHub Repository](https://github.com/psaux-it/nginx-fas
14
14
- ✅ Isolated and secure **PHP process owner** for enhanced security and performance
15
15
- ✅ Built with **bindfs** (1.17.7) + **fuse3** (1.16.2) for FUSE-based mounting of **Nginx Cache Path**
16
16
- ✅ Supports a wide range of **PHP extensions**
17
+
- ✅ Easily switch between the **stable** release and the **bleeding-edge dev** version of the **NPP**
17
18
- ✅ All containers powered by **Debian 12** for a stable, consistent environment
18
19
19
20
## 🔑 Environment Variables
20
21
21
22
Please check the **.env** file for the environment variables used by the project.
22
23
23
-
Some variables can be directly modified by the user to customize the setup, while others are integral to the project's core configuration. Changing these core variables may require some work to adjust other parts of the project to maintain proper integration and workflow.
24
+
Some variables can be directly modified by the user to customize the setup, while others are integral to the project's core configuration. Modifying these core variables for a production environment may require adjustments in other parts of the project to ensure proper integration and workflow. Feel free to customize it to meet your full-stack WordPress **production** needs!
24
25
25
-
Enjoy customizing it to suit your needs!
26
+
#### Use the Bleeding-Edge Version of NPP or Contribute to Development
27
+
28
+
If you want to use the **latest bleeding-edge version** of the NPP plugin or set up a **development environment** to contribute, simply set the following environment variable:
29
+
30
+
```bash
31
+
NPP_DEV_ENABLED=1
32
+
```
33
+
34
+
🔄 This will sync the plugin with the latest development branch commit from GitHub, ensuring you always have access to the newest features and improvements.
0 commit comments