Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created September 3, 2009 18:12
Show Gist options
  • Save whitmo/180431 to your computer and use it in GitHub Desktop.
Save whitmo/180431 to your computer and use it in GitHub Desktop.
# what whit uses at home to proxy
# capra.opengeo.org
[composite:main]
use = egg:Paste#urlmap
/ = static
/geoserver = gsproxy_app
/proxy = param_proxy
[app:param_proxy]
use = egg:jstools
[app:static]
use=egg:paste#static
document_root=client/build/GeoExplorer
[app:gsproxy_app]
use=egg:wsgiproxy#main
href=http://capra.opengeo.org/geoserver
#gsproxy_app
[server:main]
use = egg:Spawning
# Change to 0.0.0.0 to make public:
host = 127.0.0.1
port = 8989
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment