mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-10-11 20:50:42 -04:00
Update nginx.conf
Fix indentation
This commit is contained in:
parent
596acd2d7a
commit
c67946115a
1 changed files with 4 additions and 4 deletions
|
@ -75,10 +75,10 @@ http {
|
||||||
##
|
##
|
||||||
# WebSocket proxying
|
# WebSocket proxying
|
||||||
##
|
##
|
||||||
map $http_upgrade $connection_upgrade {
|
map $http_upgrade $connection_upgrade {
|
||||||
default upgrade;
|
default upgrade;
|
||||||
'' close;
|
'' close;
|
||||||
}
|
}
|
||||||
|
|
||||||
##
|
##
|
||||||
# Virtual Host Configs
|
# Virtual Host Configs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue