Files
fileserver/nginxproxymanager/auth.domain.conf
2023-12-18 20:09:03 -06:00

5 lines
106 B
Plaintext
Executable File

location / {
include /snippets/authelia-proxy.conf;
proxy_pass $forward_scheme://$server:$port;
}