changed folder name

This commit is contained in:
2023-08-10 19:12:17 -05:00
parent d23fe6704c
commit 24ba1d40a5
9 changed files with 0 additions and 0 deletions

4
proxy/auth.domain.conf Normal file
View File

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