Merge branch 'issue/1-error_page_location' into develop

This commit is contained in:
Benjamin Bohard 2019-12-12 11:15:07 +01:00
commit 0980b3d30c
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/;