From e5b08eb1e70065c19d2298cfce15f8e637f35de2 Mon Sep 17 00:00:00 2001 From: Milan Toman Date: Mon, 13 May 2024 18:16:02 +0200 Subject: [PATCH] Shitehost contents modded to house a DB and admin area --- config/nginx.d/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.d/nginx.conf b/config/nginx.d/nginx.conf index 87fcb62..9315989 100644 --- a/config/nginx.d/nginx.conf +++ b/config/nginx.d/nginx.conf @@ -5,7 +5,7 @@ server { root /var/www; location / { gzip_static on; - root /var/www/borec; + root /var/www/shitehost; index index.php index.html index.htm; # try_files $uri $uri/ /index.php$is_args$args; location /admin {