From a974ad102ce54aa9e368c3ef43293f1410e2a2ee Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 17 Apr 2016 23:53:59 +0200 Subject: [PATCH] Minor fixes. --- bin/install_certs.sh | 2 +- systemfiles/nginx.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/install_certs.sh b/bin/install_certs.sh index ea04482..dcc1208 100755 --- a/bin/install_certs.sh +++ b/bin/install_certs.sh @@ -3,4 +3,4 @@ set -e set -x -~/letsencrypt-auto certonly --webroot -w /var/www/html -d dump.plomlompom.com +~/letsencrypt/letsencrypt-auto certonly --webroot -w /var/www/html -d dump.plomlompom.com diff --git a/systemfiles/nginx.conf b/systemfiles/nginx.conf index ac07114..3698403 100644 --- a/systemfiles/nginx.conf +++ b/systemfiles/nginx.conf @@ -36,13 +36,13 @@ http { auth_basic "#zrolaps logs"; auth_basic_user_file /var/www/password_irclogs_zrolaps; autoindex on; - root /var/www/html/irclogs/zrolaps/; + root /var/www/html/ } - location /irclogs/zrolaps/ { + location /irclogs/nodrama.de/ { auth_basic "#nodrama.de logs"; auth_basic_user_file /var/www/password_irclogs_nodrama_de; autoindex on; - root /var/www/html/irclogs/nodrama.de/; + root /var/www/html/ } } -- 2.30.2