diff --git a/conf/nginx.conf b/conf/nginx.conf index 2d669c4..0356609 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; } \ No newline at end of file