Fix maintenance snippet

This commit is contained in:
Alex Kotov 2023-05-30 09:49:06 +04:00
parent 64d9683f1d
commit a290d48f6f
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}; }