Browse Source

[CI SKIP]

stone 4 năm trước cách đây
mục cha
commit
8030a9de69
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      nginx.ini

+ 10 - 0
nginx.ini

@@ -0,0 +1,10 @@
+[program:nginx]
+command = /usr/sbin/nginx  -g 'daemon off;'
+stdout_logfile=/etc/nginx/nginx_stdout.log
+stdout_logfile_maxbytes=10MB
+stderr_logfile=/etc/nginx/nginx_stderr.log
+user=root
+startsecs=30
+stderr_logfile_maxbytes=10MB
+autostart=true
+autorestart=true