This commit is contained in:
WJQSERVER 2024-10-24 22:30:41 +08:00
parent 29046382a5
commit 57cd7e1ce7
6 changed files with 19 additions and 12 deletions

View file

@ -79,10 +79,10 @@ wget -O install.sh https://raw.githubusercontent.com/WJQSERVER-STUDIO/ghproxy/ma
[server]
host = "127.0.0.1" # 监听地址
port = 8080 # 监听端口
sizeLimit = 131072000 # 125MB
sizeLimit = 125 # 125MB
[pages]
enabled = true # 是否开启内置静态页面
enabled = false # 是否开启内置静态页面(Docker版本请关闭此项)
staticPath = "/data/www" # 静态页面文件路径
[log]