Skip to content

Commit

Permalink
deny uploaded/layers access (#2901)
Browse files Browse the repository at this point in the history
  • Loading branch information
simod committed Feb 10, 2017
1 parent b7664f0 commit 5023b5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/support/geonode.apache
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ WSGIDaemonProcess geonode user=www-data threads=15 processes=2
Deny from all
</Directory>

<Directory "/var/www/geonode/uploaded/layers/">
Order allow,deny
Deny from all
</Directory>

<Proxy *>
Order allow,deny
Allow from all
Expand Down

0 comments on commit 5023b5d

Please sign in to comment.