1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-05-23 10:52:29 +02:00
parent 8ccf8a28b8
commit efc8dbe9c0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -27,7 +27,7 @@ location __PATH__/embed/ {
rewrite ^ https://$server_name$request_uri? permanent;
}
proxy_pass http://127.0.0.1:3000/embed/;
proxy_pass http://127.0.0.1:__PORT__/embed/;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;