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; -} -