mirror of
https://github.com/mrclay/minify.git
synced 2025-03-13 08:59:38 +01:00
4 lines
117 B
ApacheConf
4 lines
117 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
|
|
</IfModule> |