chore: update

This commit is contained in:
2026-03-17 09:18:23 +01:00
parent 008aeab231
commit af74b39b22
10 changed files with 149 additions and 103 deletions
+3 -3
View File
@@ -37,7 +37,7 @@ server {
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;
client_max_body_size 10M;
client_max_body_size 100M;
modsecurity on;
modsecurity_rules_file /etc/nginx/modsec/custom-rules.conf;
@@ -67,8 +67,8 @@ server {
proxy_set_header Connection "";
proxy_connect_timeout 60s;
proxy_send_timeout 60s;
proxy_read_timeout 60s;
proxy_send_timeout 300s;
proxy_read_timeout 300s;
}
add_header X-Frame-Options "SAMEORIGIN" always;