From eeee81b9eb531e8ab578edef04dc2c3910f66a34 Mon Sep 17 00:00:00 2001 From: Narayana Date: Wed, 8 Mar 2023 15:56:15 +0530 Subject: [PATCH] Update nginx.conf --- nginx/nginx.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 8a7920f88..7fa90f524 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -1,6 +1,4 @@ -upstream plane { - server localhost:80; -} +events { } worker_processes 1;