nginx/templates/maintenance.conf
2023-05-30 09:49:06 +04:00

4 lines
209 B
Text

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