v1.2.1: small bugfixes and welcome page.
This commit is contained in:
@@ -9,9 +9,6 @@ directory:<Enter directory here>
|
||||
# You can use FQDNs, IP-addresses and localhost,
|
||||
# Support for multiple hosts is coming.
|
||||
host:localhost
|
||||
# Ignores the host parameter (except for localhost) and allows everything.
|
||||
# DANGER! For obvious reasons this isn't recommended.
|
||||
allow-all:0
|
||||
# Enables HTTP support. (Only enables/disables the HTTP port.)
|
||||
http:1
|
||||
# Enables HTTPS support. (Only enables/disables the HTTPS port.)
|
||||
@@ -26,6 +23,11 @@ disable-autocertgen:0
|
||||
# block-ip:0.0.0.0,1.1.1.1,2.2.2.2
|
||||
# If you wish to block User-Agents, this function is coming though.
|
||||
# block-ua:(NULL)
|
||||
# This function is deprecated, allows a connection with no Host header.
|
||||
# You should NEVER have to enable this! It can pose a risk to security!
|
||||
# allow-nohost:0
|
||||
|
||||
# TEST: experimental non-defined keys go here:
|
||||
# keyfile key
|
||||
key-file:/home/nova/PyWebServer/key.pem
|
||||
# certfile keys
|
||||
cert-file:/home/nova/PyWebServer/cert.pem
|
||||
# allowed-methods, csv's
|
||||
allowed-methods:GET
|
||||
|
Reference in New Issue
Block a user