mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
6 lines
279 B
Plaintext
6 lines
279 B
Plaintext
![]() |
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
|