We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503a2df commit 43fdf7aCopy full SHA for 43fdf7a
install/debian/8/nginx/nginx.conf
@@ -1,6 +1,6 @@
1
# Server globals
2
-user www-data;
3
-worker_processes auto;
+user www-data;
+worker_processes auto;
4
worker_rlimit_nofile 65535;
5
timer_resolution 50ms; #In order to free some CPU cycles
6
error_log /var/log/nginx/error.log crit;
0 commit comments