Justin CARVALHEIRO 2 years ago
commit d95b937770

@ -558,3 +558,11 @@ ProxyPassReverse / http://128.11.0.5/
RewriteEngine On
RewriteCond %{REQUEST_URI} (secret) [NC]
RewriteRule .* - [F,L]
<Location />
RequestHeader set Content-Length "expr=-1" env=HTTP_CONTENT_LENGTH
Order Deny,Allow
Deny from all
Allow from env=HTTP_CONTENT_LENGTH
</Location>
Loading…
Cancel
Save