mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-30 08:13:31 -05:00
Comment out http_proxy in example config (#5151)
The http_proxy section was not commented out in the example config causing Invidious to error out unless an HTTP proxy was configured. This problem affects new manual installs in which the example config is copied to create the actual config Invidious uses
This commit is contained in:
commit
21fd717701
@ -178,11 +178,11 @@ https_only: false
|
||||
##
|
||||
## If unset, then no HTTP proxy will be used.
|
||||
##
|
||||
http_proxy:
|
||||
user:
|
||||
password:
|
||||
host:
|
||||
port:
|
||||
#http_proxy:
|
||||
# user:
|
||||
# password:
|
||||
# host:
|
||||
# port:
|
||||
|
||||
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user