1
0
mirror of https://github.com/ZeJMaN/guacamole_ynh.git synced 2025-07-04 11:08:01 +02:00

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

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