Update Containers/Docker/Docker Compose/Apache Guacamole.md
This commit is contained in:
@ -70,18 +70,18 @@ N/A
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
server {
|
server {
|
||||||
listen 443 ssl; #Redirect to Pioneer Peak SAGE Server VM
|
listen 443 ssl; #Redirect to Pioneer Peak SAGE Server VM
|
||||||
server_name ppos-sage.deeptree.tech;
|
server_name ppos-sage.deeptree.tech;
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
ssl on;
|
ssl on;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://172.16.16.48:8080;
|
proxy_pass http://172.16.16.48:8080;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $http_connection;
|
proxy_set_header Connection $http_connection;
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
Reference in New Issue
Block a user