From 401032fb3b0932baa9845afa69960a58cafa4e8e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 22 May 2024 23:01:01 +0200 Subject: [PATCH] remove bugged css proxying --- conf/nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6e9bf0d..afa05c9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,3 @@ location __PATH__/ { proxy_set_header X-Forwarded-Proto $scheme; proxy_pass http://unix:__INSTALL_DIR__/sock; } -location __PATH__/css/ { - alias __INSTALL_DIR__/assets/css; -} -