Remove limits from gemini config

merge-requests/30/head
Bob Mottram 2022-07-26 10:45:00 +01:00
parent eee7dd03f0
commit f4a7cc8a18
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ And paste the following:
client_max_body_size 31m;
client_body_buffer_size 128k;
limit_conn conn_limit_per_ip 10;
limit_req zone=req_limit_per_ip burst=10 nodelay;
index index.html;
rewrite ^ https://$server_name$request_uri? permanent;
}