Merge branch 'issue/1-error_page_location' into develop
This commit is contained in:
commit
0980b3d30c
|
@ -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 {
|
||||
|
|
|
@ -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/;
|
||||
|
|
Loading…
Reference in New Issue