jongleur ➔ bookrack
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user