31 lines
648 B
INI
Executable File
31 lines
648 B
INI
Executable File
# Trashbox CGI config
|
|
|
|
[paths]
|
|
base_path = /home/romkazvo/www
|
|
template_path = /home/romkazvo/www/cgi-bin/template.html
|
|
passwd_file = /home/romkazvo/www/cgi-bin/.htpasswd
|
|
|
|
[limits]
|
|
max_entries = 1000
|
|
|
|
[hidden]
|
|
dirs = cgi-bin,.git,.svn
|
|
files = .htpasswd,.htaccess,.gitignore, robots.txt, 404.html, 403.html
|
|
|
|
[preview]
|
|
image = jpg,jpeg,png,gif,webp,bmp,svg,ico
|
|
text = txt,md,html,htm,css,js,json,xml,csv
|
|
audio = mp3,wav,ogg,flac,m4a,aac
|
|
video = mp4,webm,ogv,mov,avi,mkv
|
|
pdf = pdf
|
|
|
|
[security]
|
|
cookie_name = folder_auth
|
|
cookie_lifetime = 3600
|
|
max_attempts = 5
|
|
block_time = 900
|
|
|
|
[logging]
|
|
enable = 1
|
|
log_file = /home/romkazvo/www/cgi-bin/logs/access.log
|