From 8ca30c6e0e8ad4859b8bbeb10fba59982db840d2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 18 Jun 2020 23:22:26 +0100 Subject: [PATCH] Extra dependency --- deploy/i2p | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/i2p b/deploy/i2p index 65b4c072..a1ce0a55 100755 --- a/deploy/i2p +++ b/deploy/i2p @@ -54,7 +54,7 @@ if [ -f /usr/bin/pacman ]; then pacman -S --noconfirm python-pip python-pysocks python-pycryptodome \ imagemagick python-pillow python-requests \ perl-image-exiftool python-numpy python-dateutil \ - certbot flake8 git i2pd + certbot flake8 git i2pd wget pip3 install pyLD else apt-get update @@ -63,7 +63,7 @@ else python3-numpy python3-pil.imagetk python3-pip \ python3-setuptools python3-socks python3-idna \ libimage-exiftool-perl python3-flake8 python3-pyld \ - nginx git i2pd + nginx git i2pd wget fi echo 'Cloning the epicyon repo' @@ -338,8 +338,8 @@ echo "Creating nginx virtual host for http://${I2P_DOMAIN}" echo ' location / {'; echo ' proxy_http_version 1.1;'; echo ' client_max_body_size 31M;'; - echo " proxy_set_header Upgrade \$http_upgrade;"; - echo ' proxy_set_header Connection "upgrade";'; + echo " proxy_hide_header Upgrade;"; + echo ' proxy_hide_header Connection;'; echo " proxy_set_header Host \$http_host;"; echo " proxy_set_header X-Real-IP \$remote_addr;"; echo " proxy_set_header X-Forward-For \$proxy_add_x_forwarded_for;";