From 02b04f88e99594acfaae33ea1db50f628080bf10 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 25 May 2026 13:10:48 -0500 Subject: [PATCH] =?UTF-8?q?jongleur=20=E2=9E=94=20bookrack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cfg/ngx/curiouscreators.com.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cfg/ngx/curiouscreators.com.conf b/cfg/ngx/curiouscreators.com.conf index 30e32db..ac8fdde 100644 --- a/cfg/ngx/curiouscreators.com.conf +++ b/cfg/ngx/curiouscreators.com.conf @@ -33,13 +33,14 @@ server { ssl_certificate_key /etc/nginx/acme.sh/curiouscreators.com/key.pem; ssl_trusted_certificate /etc/nginx/acme.sh/curiouscreators.com/cert.pem; - root /var/www/curiouscreators.com/jongleur; + #root /var/www/curiouscreators.com/jongleur; + root /var/www/bookrack; index index.html; server_name curiouscreators.com; # redirect 404 not found to the root location / { - error_page 404 = @myownredirect; + error_page 404 = @myownredirect; } location @myownredirect {