mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-02 03:26:17 -04: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
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue