Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
Created May 6, 2013 20:23
Show Gist options
  • Select an option

  • Save AV4TAr/5527884 to your computer and use it in GitHub Desktop.

Select an option

Save AV4TAr/5527884 to your computer and use it in GitHub Desktop.
<IfModule mod_proxy.c>
ProxyRequests Off
<Proxy *>
AddDefaultCharset off
Order deny,allow
Deny from all
Allow from 192.168.8.0/24
</Proxy>
ProxyVia On
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment