Increase worker connections to 1024

This commit is contained in:
Max Schmidt 2023-10-24 09:43:46 +02:00
parent ccd03f11c7
commit 254cdcfda7

View File

@ -1,3 +1,6 @@
events {
worker_connections 1024;
}
http {
gzip on;
gzip_vary on;