Update nginx/conf.d/invidious.conf
This commit is contained in:
parent
eff3aa5bdf
commit
975174aa51
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ server {
|
|||
ssl_certificate /etc/ssl/id.example.com/fullchain.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://anubis:8923; # TODO make that socket
|
||||
proxy_pass http://192.168.81.2:8923;
|
||||
proxy_http_version 1.1; # to keep alive
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Connection ""; # to keep alive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue