最終更新 1743119010

yorgei22 revised this gist 1743119010. Go to revision

1 file changed, 7 insertions

authelia-template.conf(file created)

@@ -0,0 +1,7 @@
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 + }
Newer Older