2023-05-30 09:26:22 +04:00
|
|
|
error_page 502 =502 @maintenance;
|
2023-05-29 17:14:15 +04:00
|
|
|
|
2023-05-30 09:49:06 +04:00
|
|
|
location @maintenance { root {{ nginx__dir_www_html }}; try_files /maintenance.html maintenance.html; }
|
2023-05-30 09:26:22 +04:00
|
|
|
location = /maintenance.jpg { root {{ nginx__dir_www_html }}; }
|