Skip to content

Commit 42d0354

Browse files
authored
Edit allocation IP Address & add nginx config location to PterodactylNginxProxy.md (#86)
1 parent bd439c5 commit 42d0354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

community/PterodactylNginxProxy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ We need to create local Pterodactyl allocations for the BlueMap webserver to use
2929

3030
1. Head over to the Pterodactyl admin area.
3131
2. Create a new allocation on the desired node for the server you want to create the proxy for.
32-
> Set the `IP Address` to `127.0.0.1` along with your desired port
32+
> Set the `IP Address` to `172.18.0.1` along with your desired port
3333
3. Add the newly created allocation to the server you want to create the proxy for.
3434
> If you changed the port make sure to edit it in the `webserver.conf` file as well.
3535
3636
## Usage in NGINX config blocks
3737
You need to use the Pterodactyl pass-through IP (`172.18.0.1`) in the config blocks for the reverse proxy to work.
38+
You can usually locate the config file to be edited in `/etc/nginx/sites-available/`.
3839

3940
### BlueMap on a subdirectory of your website
4041
Same as in [Reverse Proxy BlueMap with NGINX](https://bluemap.bluecolored.de/wiki/webserver/NginxProxy.html) except you need to use the Pterodactyl pass-through IP (`172.18.0.1`).

0 commit comments

Comments
 (0)