mirror of https://github.com/midoks/mdserver-web
parent
074eb65f6b
commit
9f7fc54388
@ -0,0 +1,7 @@ |
|||||||
|
|
||||||
|
location / { |
||||||
|
proxy_pass http://localhost:11334/; |
||||||
|
proxy_set_header Host $host; |
||||||
|
proxy_set_header X-Real-IP $remote_addr; |
||||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
||||||
|
} |
Loading…
Reference in new issue