From 5246014e0215f9188eabbf3f7612ed1e11bffc50 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 3 Aug 2021 23:30:41 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) 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