Files
mwitnessing/_doc/auth/nginx-protected-app-advanced-tab.conf
2024-02-22 04:19:38 +02:00

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;
}