30 lines
897 B
Plaintext
30 lines
897 B
Plaintext
# 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 D:\Development\Source\dotfiles\startpage
|
|
# 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
|