Files
proxyserver/proxy/add-to-protected-domains.conf
2023-08-10 19:12:17 -05:00

11 lines
326 B
Plaintext

include /snippets/authelia-location.conf;
location / {
include /snippets/authelia-proxy.conf;
include /snippets/authelia-authrequest.conf;
proxy_pass $forward_scheme://$server:$port;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
proxy_set_header Accept-Encoding gzip;
}