local host web server

This commit is contained in:
Markus Dieckmann 2018-06-24 09:28:41 +02:00
parent 4203a962a5
commit 424629e1cd
2 changed files with 29 additions and 0 deletions

Binary file not shown.

29
startpage/mongoose.conf Normal file
View File

@ -0,0 +1,29 @@
# Mongoose web server configuration file.
# For detailed description of every option, visit
# https://github.com/cesanta/mongoose
# Lines starting with '#' and empty lines are ignored.
# To make a change, remove leading '#', modify option's value,
# save this file and then restart Mongoose.
# ip_acl
# access_log_file
# auth_domain mydomain.com
# cgi_interpreter
# cgi_pattern **.cgi$|**.pl$|**.php$
# debug_level 0
document_root D:\Development\Source\dotfiles\startpage
# enable_dir_listing yes
# error_log_file
# extra_headers
# extra_mime_types
# global_auth_file
# hide_files_patterns
# hexdump_file
index_files main.html,index.html,index.htm,index.shtml,index.cgi,index.php
listening_port 8080
# ssi_pattern **.shtml$|**.shtm$
# ssl_certificate
# ssl_key
# ssl_ca_certificate
start_browser no
# url_rewrites