remove trailing / for librarian

This commit is contained in:
root 2022-12-13 11:50:36 +00:00
parent 8339b71921
commit 495bd0418b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ access_log off;
error_log /var/log/nginx/error.log crit;
location / {
proxy_pass http://10.0.3.57:3001/;
proxy_pass http://10.0.3.57:3001;
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