Initial commit

This commit is contained in:
2019-06-15 12:00:21 +02:00
commit eda5d9df6b
31 changed files with 1328 additions and 0 deletions

35
bin/server.cfg Executable file
View 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