nginx/templates/maintenance.conf

5 lines
163 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:26:22 +00:00
location @maintenance { root {{ nginx__dir_www_html }}; }
location = /maintenance.jpg { root {{ nginx__dir_www_html }}; }