11 lines
326 B
Plaintext
Executable File
11 lines
326 B
Plaintext
Executable File
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;
|
|
}
|