mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Правки после перемещения
Закрываем доступ к .md (раскрытие версии), переименование файла со списком помогающих.
This commit is contained in:
parent
f94c0dd2ee
commit
569c8c30e5
6 changed files with 8 additions and 5 deletions
2
install/.htaccess
Normal file
2
install/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
|||
order allow,deny
|
||||
deny from all
|
|
@ -141,7 +141,7 @@ http {
|
|||
location ~ /\.ht {
|
||||
deny all;
|
||||
}
|
||||
location ~ \.(.*sql|tpl|db|inc|log)$ {
|
||||
location ~ \.(.*sql|tpl|db|inc|log|md)$ {
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue