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