Skip to content

Commit a64e533

Browse files
authored
Update README.md
1 parent ea8f62b commit a64e533

File tree

1 file changed

+20
-23
lines changed

1 file changed

+20
-23
lines changed

README.md

+20-23
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11

22
# Pterodactyl Nginx egg
3-
Nginx web server with PHP and Wordpress support
43

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.
105

116

7+
## Features
8+
You can select the desired PHP version.
9+
- ✅ 8.2
10+
- ✅ 8.1
11+
- ✅ 8.0
12+
- ✅ 7.3
13+
1214

1315
## 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
3123

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
3228
[MIT](https://choosealicense.com/licenses/mit/)
3329

30+
Originally forked and edited from https://gitlab.com/tenten8401/pterodactyl-nginx

0 commit comments

Comments
 (0)