|
1 | 1 |
|
2 | 2 | # Pterodactyl Nginx egg
|
3 |
| -Nginx web server with PHP and Wordpress support |
4 | 3 |
|
5 |
| -Supported PHP versions: \ |
6 |
| -✅ 8.2 \ |
7 |
| -✅ 8.1 \ |
8 |
| -✅ 8.0 \ |
9 |
| -✅ 7.3 |
| 4 | +Nginx web server egg with PHP and optional Wordpress installation. |
10 | 5 |
|
11 | 6 |
|
| 7 | +## Features |
| 8 | +You can select the desired PHP version. |
| 9 | +- ✅ 8.2 |
| 10 | +- ✅ 8.1 |
| 11 | +- ✅ 8.0 |
| 12 | +- ✅ 7.3 |
| 13 | + |
12 | 14 |
|
13 | 15 | ## How to install
|
14 |
| -#### Installation |
15 |
| -1. Download the egg (json file) |
16 |
| -```bash |
17 |
| - egg-nginx.json |
18 |
| -``` |
19 |
| -2. Import the egg in the panel under "Import Egg" |
20 |
| -3. Create a new server and select the egg. |
21 |
| -4. Select the appropriate image for the desired PHP version |
22 |
| -5. Fill out the text fields accordingly if you want to install Wordpress and, very importantly, **which PHP version you have selected** |
23 |
| -## How to use it |
24 |
| -The web folder can be found in the directory "www". |
25 |
| -There you can insert all HTML, PHP,.. files which are intended for the public. |
26 |
| -```bash |
27 |
| - /home/container/www/ |
28 |
| -``` |
29 |
| -## License |
30 |
| -Originally forked and edited from https://gitlab.com/tenten8401/pterodactyl-nginx |
| 16 | +- **Step 1:** Download the egg (json file egg-nginx.json) |
| 17 | +- **Step 2:** In your panel, go to the "Nests" category in the sidebar |
| 18 | +- **Step 3:** Import the egg under "Import egg" and then press "save" at the bottom right |
| 19 | +- **Step 4:** Create a new server and select the "Nginx" egg |
| 20 | +- **Step 5:** Select the corresponding Docker image with the desired PHP version |
| 21 | +- **Step 6:** Fill in the text fields. Whether Wordpress is desired or not. It is important to **enter the selected PHP version in the PHP version field**. |
| 22 | +## FAQ |
31 | 23 |
|
| 24 | +#### In which folder do I upload my files for my site? |
| 25 | +Here the "www" folder is used as a public folder, which can be accessed by everyone. Added files can be accessed in this folder. |
| 26 | + |
| 27 | +## License |
32 | 28 | [MIT](https://choosealicense.com/licenses/mit/)
|
33 | 29 |
|
| 30 | +Originally forked and edited from https://gitlab.com/tenten8401/pterodactyl-nginx |
0 commit comments