Files
proxyserver/reverseproxy/authelia/auth.domain.conf
2024-01-18 10:09:59 -06:00

5 lines
106 B
Plaintext
Executable File

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