diff options
Diffstat (limited to 'www-servers/tinytinyhttpd/files/tthttpd.conf')
-rw-r--r-- | www-servers/tinytinyhttpd/files/tthttpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www-servers/tinytinyhttpd/files/tthttpd.conf b/www-servers/tinytinyhttpd/files/tthttpd.conf new file mode 100644 index 0000000..08aa8dd --- /dev/null +++ b/www-servers/tinytinyhttpd/files/tthttpd.conf @@ -0,0 +1,8 @@ +[global] +port=80 +root=/var/www/localhost/htdocs +indexpages=index.html,index.php +spawnexec=on + +[mime/types] +php=@/usr/bin/php |