From bfd7050307b84eacefc3f16c195bafd6b729ccac Mon Sep 17 00:00:00 2001 From: vanyaindigo Date: Wed, 4 May 2022 17:29:39 +0300 Subject: [PATCH] Update default --- default | 8 -------- 1 file changed, 8 deletions(-) diff --git a/default b/default index be8f477..c05c71d 100644 --- a/default +++ b/default @@ -34,14 +34,6 @@ server { proxy_redirect / /aghome/; proxy_cookie_path / /aghome/; } - location = /aghome { - limit_req zone=antibot burst=2 nodelay; - proxy_pass http://127.0.0.1:8080/; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header X-Real-IP $remote_addr; - } location /v2ray { proxy_redirect off; proxy_buffering off;