1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/app/.htaccess
Laurent Cozic 198fc4e85c mod change
2016-12-10 22:35:53 +00:00

8 lines
143 B
ApacheConf
Executable File

<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>