7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
include /snippets/authelia-location.conf;
|
|
|
|
location / {
|
|
include /snippets/proxy.conf;
|
|
include /snippets/authelia-authrequest.conf;
|
|
proxy_pass $forward_scheme://$server:$port;
|
|
} |