Files
http-server/bin/server.cfg
2019-06-15 12:00:21 +02:00

36 lines
560 B
INI
Executable File

# Configuration file for HTTPSoup
# Format:
# key: value (space is optional)
server-port: 80
www-root: /home/tijmen/project/http-server/bin/www/
# List of supported content per MIME type
# Supported MIME types are: text, image, audio, video, application and multipart
# Unknown types are usually shoved under application
type: text
css
html
htm
js
php
type: image
bmp
gif
jpg
png
type: audio
flac
mp3
ogg
type: video
avi
mp4
type: application
type: multipart