1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-09 21:55:13 +02:00

Restrict access to log file

Fixes #17
This commit is contained in:
Malte Hellmeier 2021-08-22 15:47:45 +02:00 committed by GitHub
parent 4532559f83
commit bb1b934e69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<Files .env>
Order allow,deny
Deny from all
</Files>
<FilesMatch "\.(env|json)$">
Order allow,deny
Deny from all
</FilesMatch>