Add url_prefix to server configuration

Add url_prefix configuration option to server settings
This commit is contained in:
engigu
2026-01-14 08:25:51 +08:00
parent 91883975e5
commit 115010a3ee
+1
View File
@@ -518,6 +518,7 @@ nginx -t && nginx -s reload
[server] [server]
port = 8052 port = 8052
host = 0.0.0.0 host = 0.0.0.0
url_prefix =
[database] [database]
type = sqlite type = sqlite