mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-14 16:11:16 -08:00
22f5a4a701
Дополнение. Исправление inconsistent line separators - переход на стандарт LF. Никакие изменения в файлы помимо этого не вносились.
9 lines
175 B
ApacheConf
9 lines
175 B
ApacheConf
## Set charset server
|
|
AddDefaultCharset UTF-8
|
|
|
|
## Access control
|
|
Options All -Indexes
|
|
|
|
<FilesMatch "\.(.*sql|tpl|inc|db|log)|(config|common).php$">
|
|
deny from all
|
|
</FilesMatch> |