36 lines
560 B
INI
Executable File
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
|