Make use of deb.sury.org nginx

This commit is contained in:
2024-07-28 19:21:34 +02:00
parent 2dac5be589
commit 0c673483c8
3 changed files with 17 additions and 1254 deletions

View File

@ -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;