Skip to content
Snippets Groups Projects
Commit 9ef4cacd authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Make it easy to enable maintenance mode via the htaccess

Uncommenting should be enough
parent fb611a87
No related branches found
No related tags found
No related merge requests found
Pipeline #18235 passed with warnings
DirectoryIndex <%- getUrl(name + '.html') %>
# DirectoryIndex <%- getUrl(name + '-maintenance.html') %>
<FilesMatch "^(de|en|)$">
FallbackResource <%- getUrl(name + '.html') %>
# FallbackResource <%- getUrl(name + '-maintenance.html') %>
</FilesMatch>
Header set Cache-Control "must-revalidate, max-age=60"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment