mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
25w15a
This commit is contained in:
parent
9af5010b79
commit
ad9cffe9e2
9 changed files with 182 additions and 28 deletions
|
|
@ -2,6 +2,7 @@
|
|||
host = "127.0.0.1"
|
||||
port = 8080
|
||||
sizeLimit = 125 # MB
|
||||
H2C = true
|
||||
enableH2C = "on"
|
||||
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 = "/usr/local/ghproxy/pages"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue