nginx/templates/snippets/maintenance.conf

5 lines
209 B
Plaintext
Raw Normal View History

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