1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kodi_ynh.git synced 2024-09-03 19:26:34 +02:00
kodi_ynh/conf/nginx.conf

9 lines
293 B
Nginx Configuration File
Raw Normal View History

location __PATH__/ {
2021-04-07 17:02:37 +02:00
proxy_pass http://127.0.0.1:__PORT__/;
2017-10-16 22:48:13 +02:00
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Scheme $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
2017-09-30 11:56:47 +02:00
}