amethyst 0018
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
port:8080
|
||||
port-https:8443
|
||||
# Here you choose what directory PyWebServer looks in for files.
|
||||
directory:<Enter directory here>
|
||||
directory:/home/nova/PyWebServer/html
|
||||
# Host defenition, what hosts you can connect via.
|
||||
# You can use FQDNs, IP-addresses and localhost,
|
||||
# Support for multiple hosts is coming.
|
||||
host:localhost
|
||||
host:localhost,10.185.213.118
|
||||
# Enables HTTP support. (Only enables/disables the HTTP port.)
|
||||
http:1
|
||||
# Enables HTTPS support. (Only enables/disables the HTTPS port.)
|
||||
@@ -21,8 +21,8 @@ allow-localhost:1
|
||||
disable-autocertgen:0
|
||||
# If you wish to block IP-addresses, this function is coming though.
|
||||
# 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)
|
||||
# If you wish to block User-Agents.
|
||||
block-ua:match(Discordbot),match(google)
|
||||
|
||||
# TEST: experimental non-defined keys go here:
|
||||
# keyfile key
|
||||
|
||||
Reference in New Issue
Block a user