fix nginx pid

This commit is contained in:
mercury
2024-04-28 23:14:29 +04:00
parent 7316d49af8
commit eb0d0bb59f
-1
View File
@@ -2,7 +2,6 @@ user nginx;
worker_processes auto;
error_log /logs/nginx_error;
pid /var/run/nginx.pid;
events {
worker_connections 1024;