Make use of deb.sury.org nginx
This commit is contained in:
@ -2,6 +2,7 @@ daemon on;
|
||||
user www-data;
|
||||
worker_processes 1;
|
||||
pid /run/nginx.pid;
|
||||
include /etc/nginx/modules-enabled/*.conf;
|
||||
pcre_jit on;
|
||||
worker_rlimit_nofile 100000;
|
||||
worker_shutdown_timeout 30m;
|
||||
|
Reference in New Issue
Block a user