Skip to content

Commit

Permalink
Deny access to layers/documents
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefedak committed Oct 9, 2018
1 parent 75bb2e8 commit 3e99f9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ Place the following content inside the file
<Directory "/home/geonode/my_geonode/my_geonode/uploaded/documents/">
Order allow,deny
Options Indexes FollowSymLinks
Allow from all
Deny from all
Require all granted
IndexOptions FancyIndexing
</Directory>

<Directory "/home/geonode/my_geonode/my_geonode/uploaded/layers/">
Order allow,deny
Options Indexes FollowSymLinks
Allow from all
Deny from all
Require all granted
IndexOptions FancyIndexing
</Directory>
Expand Down

0 comments on commit 3e99f9f

Please sign in to comment.