This commit is contained in:
Kayou 2019-04-04 12:29:23 +02:00 committed by GitHub
parent 1a1fc0bdff
commit e9d399f7cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
default upgrade;
'' close;
}
server {