bruh moment

whitespace/formatting diff
This commit is contained in:
2026-02-15 16:27:20 -08:00
parent 8bffdd60bc
commit 4495f333d8
51 changed files with 736 additions and 717 deletions

View File

@@ -1,16 +1,16 @@
server {
server_name syncthing.knravish.me;
index index.html index.htm;
server_name syncthing.knravish.me;
index index.html index.htm;
include /etc/nginx/snippets/authelia-location.conf;
include /etc/nginx/snippets/authelia-location.conf;
set $upstream http://127.0.0.1:8384;
set $upstream http://127.0.0.1:8384;
location / {
include /etc/nginx/snippets/proxy.conf;
include /etc/nginx/snippets/authelia-authrequest.conf;
proxy_pass $upstream;
}
location / {
include /etc/nginx/snippets/proxy.conf;
include /etc/nginx/snippets/authelia-authrequest.conf;
proxy_pass $upstream;
}
listen 80;
listen 80;
}