Skip to content

Commit

Permalink
deny uploaded/layers access (#2900)
Browse files Browse the repository at this point in the history
  • Loading branch information
simod authored Feb 10, 2017
1 parent 207a144 commit dedd939
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 @@ -26,6 +26,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 dedd939

Please sign in to comment.