diff --git a/http.d/dash.shad.moe b/http.d/dash.shad.moe index 951956f..eaa0bb0 100644 --- a/http.d/dash.shad.moe +++ b/http.d/dash.shad.moe @@ -11,8 +11,8 @@ server { include snippets/proxy/common-proxy-headers.conf; location / { - proxy_pass https://dash; + proxy_pass http://dash; } include snippets/global/errors/http-cat-error-pages.conf; -} \ No newline at end of file +}