mirror of
https://github.com/ZeJMaN/guacamole_ynh.git
synced 2026-03-28 03:00:23 +01:00
Add files via upload
This commit is contained in:
6
conf/nginx.conf
Normal file
6
conf/nginx.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
Reference in New Issue
Block a user