Skip to content

Commit

Permalink
bugfix ngds#7 ngds#10: removing setting up proxy url manually
Browse files Browse the repository at this point in the history
  • Loading branch information
JihadMotii-REISys committed Jan 5, 2015
1 parent c10afa2 commit 70ff827
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,3 @@ custom configurations:
Also requires this to be set:

ckan.datastore.write_url = 'postgresql://ckanuser:pass@localhost/datastore'

##Reverse Proxy

If you're using reverse proxy (apache -> tomcat) to access geoserver (e.g: wms layer, creating new layers ...) add these lines

geoserver.use_proxy = True
geoserver.proxied_path = /geoserver

- Don't forget to add apache config to proxy the requested link (http://yourlocal/geoserver/ckan) to tomcat (http://yourlocal:TomcatPort/geoserver/ckan)

0 comments on commit 70ff827

Please sign in to comment.