1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 06:05:13 +02:00
ownDynDNS/.htaccess
Malte Hellmeier bb1b934e69
Restrict access to log file
Fixes #17
2021-08-22 15:47:45 +02:00

4 lines
76 B
ApacheConf

<FilesMatch "\.(env|json)$">
Order allow,deny
Deny from all
</FilesMatch>