mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
Update nginx.conf
This commit is contained in:
parent
e7701566cc
commit
5246014e02
1 changed files with 0 additions and 6 deletions
|
@ -13,12 +13,6 @@ location __PATH__/ {
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
||||||
# Allow the Jackett API
|
|
||||||
location __PATH__/api {
|
|
||||||
auth_request off;
|
|
||||||
proxy_pass http://127.0.0.1:__PORT____PATH__/api;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue