Skip to content

Commit

Permalink
Comment out http_proxy in example config (#5151)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
syeopite committed Jan 22, 2025
2 parents 8ee73aa + 033e42a commit 21fd717
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:


##
Expand Down

0 comments on commit 21fd717

Please sign in to comment.