diff options
author | Camil Staps | 2016-04-07 17:05:57 +0200 |
---|---|---|
committer | Camil Staps | 2016-04-07 17:05:57 +0200 |
commit | bb3c4a3b332f063324f9b0b800972a2b57167fdd (patch) | |
tree | 95f4252749120728adee63cd78f286df03e87a8b /project1/proj1_s4498062/webpy.ini.example | |
parent | Finish assignment 3 (diff) |
Documentation project 1
Diffstat (limited to 'project1/proj1_s4498062/webpy.ini.example')
-rw-r--r-- | project1/proj1_s4498062/webpy.ini.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project1/proj1_s4498062/webpy.ini.example b/project1/proj1_s4498062/webpy.ini.example new file mode 100644 index 0000000..52ea962 --- /dev/null +++ b/project1/proj1_s4498062/webpy.ini.example @@ -0,0 +1,11 @@ +[webhttp] +hostname= +port=8001 +timeout=15 +max_connections=1000 + +root=content +index=index.html + +error404=/error/404.html +error403=/error/403.html |