Merge pull request #701 from kay0u/patch-5

[enh] WebSocket proxying
This commit is contained in:
Alexandre Aubin 2019-04-25 13:51:53 +02:00 committed by GitHub
commit 9b3c97000d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
server {
listen 80;
listen [::]:80;