Browse Source

Add comments

Alexandros Ioannides 7 năm trước cách đây
mục cha
commit
111f0c2afe
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/deb/nginx/nginx.conf

+ 2 - 0
src/deb/nginx/nginx.conf

@@ -1,9 +1,11 @@
+# Server globals
 user                    admin;
 worker_processes        1;
 worker_rlimit_nofile    65535;
 error_log               /usr/local/hestia/log/nginx-error.log;
 pid                     /var/run/hestia-nginx.pid;
 
+# Worker config
 events {
         worker_connections  128;
         use                 epoll;