Skip to content

Instantly share code, notes, and snippets.

@matewilk
matewilk / apache2.conf
Last active August 29, 2015 14:23
Apache Reverse Proxy Example - alternative to CORS requests
<VirtualHost *:80>
#
# some apache2 config here - not necessary to display in this gist
#
# Simple reverse proxy config to serve content from another domain
ProxyRequests Off
ProxyPass /subdomain/ http://subdomain.localhost/