1
0
Fork 0
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:
ericgaspar 2021-08-03 23:30:41 +02:00
parent e7701566cc
commit 5246014e02
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -13,12 +13,6 @@ location __PATH__/ {
proxy_set_header X-Forwarded-Host $http_host;
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 conf.d/yunohost_panel.conf.inc;
}