nginx error pages are located in html subfolder, not www

This commit is contained in:
Benjamin Bohard 2019-12-12 11:14:54 +01:00
parent cc1da0773b
commit 9003ecbcb3
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ server {
error_page 403 404 502 503 504 /nginx.html;
location = /nginx.html{
root /usr/share/nginx/www;
root /usr/share/nginx/html;
}
location = /reload {

View File

@ -20,7 +20,7 @@ server {
error_page 403 404 502 503 504 /nginx.html;
location = /nginx.html{
root /usr/share/nginx/www;
root /usr/share/nginx/html;
}
root /usr/share/lemonldap-ng/manager/htdocs/;