added docker and reverseproxy

This commit is contained in:
2024-03-31 10:30:30 -05:00
parent a4ba6a81cf
commit cb95adb2f2
12 changed files with 281 additions and 53 deletions

View File

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