jongleur ➔ bookrack

This commit is contained in:
committer@tuxwarrior
2026-05-25 13:10:48 -05:00
parent 3bf220712e
commit 02b04f88e9
+3 -2
View File
@@ -33,13 +33,14 @@ server {
ssl_certificate_key /etc/nginx/acme.sh/curiouscreators.com/key.pem; ssl_certificate_key /etc/nginx/acme.sh/curiouscreators.com/key.pem;
ssl_trusted_certificate /etc/nginx/acme.sh/curiouscreators.com/cert.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; index index.html;
server_name curiouscreators.com; server_name curiouscreators.com;
# redirect 404 not found to the root # redirect 404 not found to the root
location / { location / {
error_page 404 = @myownredirect; error_page 404 = @myownredirect;
} }
location @myownredirect { location @myownredirect {