mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
c8946805b9
commit
083c168247
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue