Amend reverse proxy for technitium

This commit is contained in:
cspark 2024-11-06 07:58:07 +00:00
parent 35e66c14d8
commit 45748971b4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ server {
server_name technitium.{{ domain_name }} www.technitium.{{ domain_name }};
location / {
proxy_pass http://10.0.0.10:3000;
proxy_pass http://10.0.0.10:5380;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host; # so Invidious knows domain
proxy_http_version 1.1; # to keep alive