deploy shell update

This commit is contained in:
WJQSERVER 2024-10-25 18:00:31 +08:00
parent b1c8658a1c
commit f80782b803
4 changed files with 79 additions and 20 deletions

View file

@ -5,10 +5,10 @@ sizeLimit = 125 # MB
[pages]
enabled = true
staticDir = "/root/data/ghproxy/pages"
staticDir = "/usr/local/ghproxy/pages"
[log]
logFilePath = "/root/data/ghproxy/log/ghproxy.log"
logFilePath = "/usr/local/ghproxy/log/ghproxy.log"
maxLogSize = 5 # MB
[cors]
@ -19,9 +19,9 @@ authToken = "token"
enabled = false
[blacklist]
blacklistFile = "/root/data/ghproxy/config/blacklist.json"
blacklistFile = "/usr/local/ghproxy/config/blacklist.json"
enabled = false
[whitelist]
enabled = false
whitelistFile = "/root/data/ghproxy/config/whitelist.json"
whitelistFile = "/usr/local/ghproxy/config/whitelist.json"