1
0
Fork 0
forked from exozyme/nginx

Correct guacamole port from 10080 to 11080

This commit is contained in:
Anthony Wang 2021-08-23 20:24:39 -05:00
parent 0d8e9a0d7f
commit 245816c1bf
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -7,7 +7,7 @@ server {
ssl_certificate_key /etc/letsencrypt/live/exozy.me/privkey.pem;
location / {
proxy_pass http://127.0.0.1:10080/guacamole/;
proxy_pass http://127.0.0.1:11080/guacamole/;
proxy_buffering off;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;