From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 17 Apr 2016 21:53:59 +0000 (+0200)
Subject: Minor fixes.
X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/%7B%7Bprefix%7D%7D/day?a=commitdiff_plain;h=a974ad102ce54aa9e368c3ef43293f1410e2a2ee;p=config

Minor fixes.
---

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/
                 }
         }