mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-10-11 04:38:40 -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
|
||||
##
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
##
|
||||
# Virtual Host Configs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue