mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-24 21:05:29 +00:00
8 lines
188 B
ApacheConf
8 lines
188 B
ApacheConf
RewriteEngine on
|
|
RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
|
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
|
|
|
|
# Don't compress gzipped files
|
|
SetEnv no-gzip 1
|
|
SetEnv dont-vary 1
|