From f5bd6329dba89a6df067e7edca29bdaf97c875d6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Oct 2019 12:55:28 +0000 Subject: [PATCH] Install instructions --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a7fdfeff..6857b3dd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Or on Debian: ``` bash sudo apt-get -y install tor python3-pip python3-socks imagemagick \ python3-numpy python3-setuptools python3-crypto \ - python3-dateutil python3-pil.imagetk certbot + python3-dateutil python3-pil.imagetk certbot nginx sudo pip3 install commentjson beautifulsoup4 pycryptodome ``` @@ -99,9 +99,6 @@ server { 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; }