From eb0d0bb59f8be712811978c3694640dced24af63 Mon Sep 17 00:00:00 2001 From: mercury Date: Sun, 28 Apr 2024 23:14:29 +0400 Subject: [PATCH] fix nginx pid --- config/nginx_default.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/nginx_default.conf b/config/nginx_default.conf index 9f0e8d3..0540ce7 100644 --- a/config/nginx_default.conf +++ b/config/nginx_default.conf @@ -2,7 +2,6 @@ user nginx; worker_processes auto; error_log /logs/nginx_error; -pid /var/run/nginx.pid; events { worker_connections 1024;