Ultima attività 1743119010

Revisione 3b4cd47fb7632990572efae656994435bbf2ab20

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}