Update nginx/conf.d/invidious.conf

This commit is contained in:
Minecon724 2025-04-05 14:21:51 +02:00
parent eff3aa5bdf
commit 975174aa51

View file

@ -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