mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-17 00:35:43 +02:00
Rename .htaccess to .htaccess.example
htaccess example to hide .env and .json files from being published by webserver
This commit is contained in:
parent
bb1b934e69
commit
085da16fc7
1 changed files with 0 additions and 0 deletions
4
.htaccess.example
Normal file
4
.htaccess.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
<FilesMatch "\.(env|json)$">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</FilesMatch>
|
Loading…
Add table
Add a link
Reference in a new issue