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: community/PterodactylNginxProxy.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,13 @@ We need to create local Pterodactyl allocations for the BlueMap webserver to use
29
29
30
30
1. Head over to the Pterodactyl admin area.
31
31
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
33
33
3. Add the newly created allocation to the server you want to create the proxy for.
34
34
> If you changed the port make sure to edit it in the `webserver.conf` file as well.
35
35
36
36
## Usage in NGINX config blocks
37
37
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/`.
38
39
39
40
### BlueMap on a subdirectory of your website
40
41
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