Web/blog/src/.htaccess
Ell 4e1ef46af3
All checks were successful
Web/pipeline/head This commit looks good
deny web access to some stuff
2021-06-06 18:58:11 +02:00

4 lines
69 B
ApacheConf

Deny from all
<FilesMatch "posts\.json">
Allow from all
</FilesMatch>