update configs

This commit is contained in:
2023-12-11 18:53:46 -08:00
parent 8afc011d4b
commit fea7dd9166
8 changed files with 94 additions and 286 deletions

View File

@@ -1,9 +1,12 @@
user nginx;
worker_processes auto;
pcre_jit on;
events {
worker_connections 768;
}
http {
server_tokens off;
client_max_body_size 1m;
sendfile on;
tcp_nopush on;
types_hash_max_size 2048;