From c765f8c9da879300b03b368d39babef7751f58cb Mon Sep 17 00:00:00 2001 From: V2RaySSR <59167743+V2RaySSR@users.noreply.github.com> Date: Fri, 29 May 2020 15:20:14 +0800 Subject: [PATCH] Update nginx.conf --- nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index ad21c20..bf809d7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -22,9 +22,5 @@ http { server_name localhost; root /usr/share/nginx/html; index index.php index.html index.htm; - - location /yourfile { - proxy_pass http://localhost:81/; - } } }