nginx error pages are located in html subfolder, not www
This commit is contained in:
parent
cc1da0773b
commit
9003ecbcb3
|
@ -39,7 +39,7 @@ server {
|
||||||
|
|
||||||
error_page 403 404 502 503 504 /nginx.html;
|
error_page 403 404 502 503 504 /nginx.html;
|
||||||
location = /nginx.html{
|
location = /nginx.html{
|
||||||
root /usr/share/nginx/www;
|
root /usr/share/nginx/html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /reload {
|
location = /reload {
|
||||||
|
|
|
@ -20,7 +20,7 @@ server {
|
||||||
|
|
||||||
error_page 403 404 502 503 504 /nginx.html;
|
error_page 403 404 502 503 504 /nginx.html;
|
||||||
location = /nginx.html{
|
location = /nginx.html{
|
||||||
root /usr/share/nginx/www;
|
root /usr/share/nginx/html;
|
||||||
}
|
}
|
||||||
|
|
||||||
root /usr/share/lemonldap-ng/manager/htdocs/;
|
root /usr/share/lemonldap-ng/manager/htdocs/;
|
||||||
|
|
Loading…
Reference in New Issue