Files
PyWebServer/amethyst.conf
T
Bill Gates 3276224943 Version 0.3.0
Enhanced multithreading engine, bugs fixed and more!
2026-08-07 15:06:13 +02:00

19 lines
259 B
Plaintext

# WARNING: This is an alpha spec of NSCL 2.0!!
host * {
directory:./html
pesmode:0
index:index.html
}
globals {
http:1
https:1
port:8080
https-port:8443
key:./key.pem
cert:./cert.pem
max-length:8192
threading:1
}