Fix nignx paths to error 502 custom page
This commit is contained in:
parent
db514b6f4f
commit
ed7171e8cc
@ -31,7 +31,7 @@ NGINX_TEMPLATE = '''server {{
|
||||
|
||||
error_page 502 /502.html;
|
||||
location = /502.html {{
|
||||
root /srv/spotter/appmgr/templates;
|
||||
root /srv/spotter/templates;
|
||||
}}
|
||||
|
||||
location = /spotter-ping {{
|
||||
@ -71,7 +71,7 @@ server {{
|
||||
|
||||
error_page 502 /502.html;
|
||||
location = /502.html {{
|
||||
root /srv/spotter/appmgr/templates;
|
||||
root /srv/spotter/templates;
|
||||
}}
|
||||
|
||||
location = /spotter-ping {{
|
||||
|
Loading…
Reference in New Issue
Block a user