renamed reverseproxy folder to reverse-proxy

This commit is contained in:
2025-03-24 14:27:10 -05:00
parent a16eaaf2d2
commit 3a7834021d
9 changed files with 0 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
location / {
include /snippets/authelia-proxy.conf;
proxy_pass $forward_scheme://$server:$port;
}