Files
PyWebServer/amethyst.conf
T
2026-06-15 23:59:34 +02:00

19 lines
277 B
Plaintext

# WARNING: This is an alpha spec of NSCL 2.0!!
host * {
directory:./html
apimode:0
block-ua:match("Discordbot")
index:index2.html
}
globals {
http:1
https:1
port:8080
https-port:8443
key:./key.pem
cert:./cert.pem
max-length:8192
}