Archived
1
0

Merge branch 'master' of github.com:codercom/code-server

This commit is contained in:
Kyle Carberry 2019-03-19 14:00:27 -04:00
commit 3da1dccf73
No known key found for this signature in database
GPG Key ID: A0409BDB6B0B3EDB

View File

@ -85,6 +85,7 @@ OPTIONS
proxy_pass http://localhost:8443/;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
proxy_set_header Accept-Encoding gzip;
}
}
```