nginx/templates/etc/nginx/sites-available/maintenance.j2

7 lines
121 B
Plaintext
Raw Normal View History

2021-03-14 11:20:09 +01:00
{% extends "core.j2" %}
{%location root %}
root {{ nginx_maintenance_page_root }};
index index.html;
{% endblock %}