Fix nignx paths to error 502 custom page

This commit is contained in:
Disassembler 2018-08-30 21:31:57 +02:00
parent db514b6f4f
commit ed7171e8cc
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -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 {{