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 {