Files
dockerserver-scott/authelia/auth.domain.conf
2023-12-05 19:37:45 -06:00

5 lines
106 B
Plaintext
Executable File

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