Update Dash

This commit is contained in:
Michael 2024-12-03 21:01:12 +00:00
parent 2fa1c96ef1
commit 31d1679b38

View file

@ -11,8 +11,8 @@ server {
include snippets/proxy/common-proxy-headers.conf; include snippets/proxy/common-proxy-headers.conf;
location / { location / {
proxy_pass https://dash; proxy_pass http://dash;
} }
include snippets/global/errors/http-cat-error-pages.conf; include snippets/global/errors/http-cat-error-pages.conf;
} }