Files
proxyserver/reverse-proxy/authelia/auth.domain.conf
2025-03-24 14:37:26 -05:00

5 lines
106 B
Plaintext
Executable File

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