mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add connection_upgrade
This commit is contained in:
parent
c262313477
commit
1a1fc0bdff
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
|
Loading…
Add table
Reference in a new issue