new patches just dropped

This commit is contained in:
2022-12-23 08:06:42 -05:00
parent 973a9d5507
commit 647863cada
7 changed files with 83 additions and 4939 deletions
+2 -1
View File
@@ -9,6 +9,8 @@ pid /run/nginx.pid;
events {
worker_connections 1024;
multi_accept on;
use epoll;
}
http {
@@ -22,7 +24,6 @@ http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
types_hash_max_size 2048;
##
# Logging Settings
+1 -1
View File
@@ -33,7 +33,7 @@ server {
ssl_stapling_verify on;
ssl_trusted_certificate /etc/letsencrypt/live/mastodon.example.com/chain.pem;
keepalive_timeout 20;
keepalive_timeout 30;
sendfile on;
client_max_body_size 100m;