This commit is contained in:
wjqserver 2025-02-26 16:04:08 +08:00
parent 9af5010b79
commit ad9cffe9e2
9 changed files with 182 additions and 28 deletions

View file

@ -2,6 +2,7 @@
host = "0.0.0.0"
port = 8080
sizeLimit = 125 # MB
H2C = true
enableH2C = "on" # "on" or "off"
debug = false
@ -12,6 +13,7 @@ maxIdleConnsPerHost = 60 # only for advanced mode
maxConnsPerHost = 0 # only for advanced mode
[pages]
mode = "internal" # "internal" or "external"
enabled = false
theme = "bootstrap" # "bootstrap" or "nebula"
staticDir = "/data/www"