Last active 1743119010

authelia-template.conf Raw
1include /snippets/authelia-location.conf;
2real_ip_header CF-Connecting-IP;
3location / {
4 include /snippets/proxy.conf;
5 include /snippets/authelia-authrequest.conf;
6 proxy_pass http://$server:$port;
7}