Skip to content

Commit 2b84c71

Browse files
authored
Add comments
2 parents 76028b9 + 111f0c2 commit 2b84c71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/deb/nginx/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# Server globals
12
user admin;
23
worker_processes 1;
34
worker_rlimit_nofile 65535;
45
error_log /usr/local/hestia/log/nginx-error.log;
56
pid /var/run/hestia-nginx.pid;
67

8+
# Worker config
79
events {
810
worker_connections 128;
911
use epoll;

0 commit comments

Comments
 (0)