1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/deluge_ynh.git synced 2024-09-03 18:25:52 +02:00
deluge_ynh/conf/nginx.conf
2023-08-06 15:59:27 +02:00

6 lines
183 B
Nginx Configuration File

#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location ^~ __PATH__/ {
proxy_set_header X-Deluge-Base "__PATH__/";
proxy_pass http://127.0.0.1:__PORT__/;
}