Fix maintenance snippet
This commit is contained in:
parent
64d9683f1d
commit
a290d48f6f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
error_page 502 =502 @maintenance;
|
||||
|
||||
location @maintenance { root {{ nginx__dir_www_html }}; }
|
||||
location @maintenance { root {{ nginx__dir_www_html }}; try_files /maintenance.html maintenance.html; }
|
||||
location = /maintenance.jpg { root {{ nginx__dir_www_html }}; }
|
||||
|
|
Loading…
Reference in a new issue