We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76028b9 + 111f0c2 commit 2b84c71Copy full SHA for 2b84c71
1 file changed
src/deb/nginx/nginx.conf
@@ -1,9 +1,11 @@
1
+# Server globals
2
user admin;
3
worker_processes 1;
4
worker_rlimit_nofile 65535;
5
error_log /usr/local/hestia/log/nginx-error.log;
6
pid /var/run/hestia-nginx.pid;
7
8
+# Worker config
9
events {
10
worker_connections 128;
11
use epoll;
0 commit comments