Skip to content

Commit fb69cf2

Browse files
committed
fix app.ini.sample
1 parent ffe3e97 commit fb69cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom/conf/app.ini.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ SKIP_TLS_VERIFY = false
513513
PAGING_NUM = 10
514514
; Proxy server URL, support http://, https//, socks://, blank will follow environment http_proxy/https_proxy
515515
PROXY_URL =
516-
; All request domains needed to proxy,
517-
PROXY_DOMAINS =
516+
; All request hosts needed to proxy, you could use * to match the hosts.
517+
PROXY_HOSTS =
518518

519519
[mailer]
520520
ENABLED = false

0 commit comments

Comments
 (0)