nginx/templates/snippets/maintenance.conf

5 lines
209 B
Plaintext

error_page 502 =502 @maintenance;
location @maintenance { root {{ nginx__dir_www_html }}; try_files /maintenance.html maintenance.html; }
location = /maintenance.jpg { root {{ nginx__dir_www_html }}; }