Update code-server.subdomain.conf.sample

code-server subdomain showing blank page without these two lines
This commit is contained in:
ImjuzCY 2020-10-07 14:00:45 +02:00
commit 3dd6c28040

View file

@ -27,6 +27,9 @@ server {
# enable for Authelia
#include /config/nginx/authelia-location.conf;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;