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