apache: Remove proxy header

pull/36/head
Franz Liedke 2016-07-19 11:01:10 +09:00 committed by GitHub
parent de19d0a95b
commit 46c951349a
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
Allow from all
</IfModule>
# Fix for https://httpoxy.org vulnerability
Header unset Proxy
<IfModule mod_rewrite.c>
RewriteEngine on