tazpanel annotate data/httpd.conf @ rev 638

boot.iso: allow /dev/cdrom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 05 15:14:01 2022 +0000 (2022-01-05)
parents 169f1ccfb613
children
rev   line source
al@419 1 # /etc/slitaz/httpd.conf: Busybox HTTP web server configuration file for TazPanel
al@419 2
al@419 3 # Deny addresses
al@419 4 D:*
al@419 5 # Allow addresses
al@419 6 A:127.0.0.1
al@419 7
al@419 8 # Server root
pankso@5 9 H:/var/www/tazpanel
al@419 10 # File to open by default
al@419 11 I:index.cgi
pascal@465 12 # Require user "*", password "*" on URLs starting with "/user"
pascal@441 13 /user:*:*
al@419 14
al@419 15 # CGI interpreter path
pankso@5 16 *.cgi:/bin/sh
al@419 17 # Additional MIME types
al@419 18 .js:text/javascript
al@443 19 .ttf:application/x-font-ttf