mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
allow websockets to containers (#1340)
* allow websockets to containers * fix format string
This commit is contained in:
@@ -11,5 +11,8 @@ server {{
|
||||
client_max_body_size 0;
|
||||
proxy_request_buffering off;
|
||||
proxy_buffering off;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
}}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user