mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-18 19:23:17 +02:00
6 lines
279 B
Django/Jinja
6 lines
279 B
Django/Jinja
RewriteEngine On
|
|
RewriteCond %{HTTPS} =off
|
|
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
|
|
RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R=301,L,NE,E=NOCACHE:1]
|
|
Header always set Cache-Control "no-store, no-cache, must-revalidate" env=NOCACHE
|