Initial commit
This commit is contained in:
35
bin/server.cfg
Executable file
35
bin/server.cfg
Executable file
@@ -0,0 +1,35 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user