first commit

This commit is contained in:
root
2023-06-01 22:50:54 -07:00
commit cb0d933cff
378 changed files with 4457 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
location / {
include /snippets/authelia-proxy.conf;
proxy_pass $forward_scheme://$server:$port;
}