Skip to content

Instantly share code, notes, and snippets.

@nbeguier
Created September 5, 2018 17:37
Show Gist options
  • Save nbeguier/45c67fdb4fa80b00de4a2f8e201dc098 to your computer and use it in GitHub Desktop.
Save nbeguier/45c67fdb4fa80b00de4a2f8e201dc098 to your computer and use it in GitHub Desktop.
Apache : Protection of local data
# Protection of local data 
<Location />
AllowOverride None
Options None
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment