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