plecianki.pl online

This commit is contained in:
Artur Kuś 2025-11-22 12:03:47 +01:00
parent 797fc66f6b
commit 537d68b9cd
2 changed files with 2 additions and 5 deletions

View File

@ -11,7 +11,7 @@ server {
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;
location / {
location / {
# Ograniczenie liczby żądań
limit_req zone=ip_limit burst=20 nodelay;

View File

@ -11,10 +11,7 @@ server {
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;
location / {
location / {
# Ograniczenie liczby żądań
limit_req zone=ip_limit burst=20 nodelay;