diff --git a/tmpl/handler-nginx.conf b/tmpl/handler-nginx.conf index a4c4071..726bc86 100644 --- a/tmpl/handler-nginx.conf +++ b/tmpl/handler-nginx.conf @@ -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 { diff --git a/tmpl/manager-nginx.conf b/tmpl/manager-nginx.conf index ec288e5..b1db898 100644 --- a/tmpl/manager-nginx.conf +++ b/tmpl/manager-nginx.conf @@ -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/;