fix: use named volumes, reduce nginx connections to 1024, 1 worker process
This commit is contained in:
@@ -4,7 +4,7 @@ error_log /var/log/nginx/error.log warn;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 2048;
|
||||
worker_connections 1024;
|
||||
use epoll;
|
||||
multi_accept on;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user