diff options
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 |