Update nginx.conf

This commit is contained in:
Jeremy MANSON 2016-07-15 12:18:38 +02:00 committed by GitHub
parent be59297294
commit 10d0e71329

View File

@ -1,4 +1,4 @@
location /YNH_WWW_PATH {
location YNH_WWW_PATH {
proxy_pass http://127.0.0.1:8080/guacamole;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;