mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-16 12:31:58 +01:00
Updated Reverse proxy BlueMap with NGINX (markdown)
parent
9338e13b7a
commit
c8399f2f95
@ -16,7 +16,7 @@ server {
|
||||
...
|
||||
|
||||
location ~/map(.*)$ {
|
||||
proxy_pass http://localhost:8100$1;
|
||||
proxy_pass http://127.0.0.1:8100$1;
|
||||
}
|
||||
}
|
||||
```
|
||||
@ -31,7 +31,7 @@ server {
|
||||
server_name map.mydomain.com;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8100;
|
||||
proxy_pass http://127.0.0.1:8100;
|
||||
}
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user