Install instructions

main2
Bob Mottram 2019-10-30 12:55:28 +00:00
parent aad7f4abb7
commit f5bd6329db
1 changed files with 1 additions and 4 deletions

View File

@ -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;
}