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