Files
dockerserver-scott/authelia/auth.domain.conf
T
2023-05-19 11:12:03 -05:00

5 lines
106 B
Plaintext

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