merge-requests/30/head
Bob Mottram 2021-10-15 10:45:12 +01:00
parent c8946805b9
commit 083c168247
1 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ On Arch/Parabola:
``` bash ``` bash
sudo pacman -S tor python-pip python-pysocks python-cryptography \ sudo pacman -S tor python-pip python-pysocks python-cryptography \
imagemagick python-requests \ imagemagick python-requests \
perl-image-exiftool python-dateutil \ perl-image-exiftool python-dateutil \
certbot flake8 bandit certbot flake8 bandit
sudo pip3 install pyqrcode pypng sudo pip3 install pyqrcode pypng
``` ```
@ -183,7 +183,7 @@ server {
proxy_request_buffering off; proxy_request_buffering off;
proxy_buffering off; proxy_buffering off;
proxy_pass http://localhost:7156; proxy_pass http://localhost:7156;
tcp_nodelay on; tcp_nodelay on;
} }
} }
``` ```