mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-25 11:46:40 +01:00
Updated Nginx as a Reverse Proxy (markdown)
parent
d8f4803ceb
commit
7eac0a05e1
@ -9,7 +9,7 @@ sudo systemctl enable nginx
|
||||
4. Replace it's contents with:
|
||||
```
|
||||
server {
|
||||
server <domain.com>
|
||||
server_name <domain.com>
|
||||
listen 80;
|
||||
location / {
|
||||
proxy_pass http://localhost:8123/;
|
||||
|
Loading…
Reference in New Issue
Block a user