From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 17 Apr 2016 22:13:40 +0000 (+0200)
Subject: More minor fixes.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7Bprefix%7D%7D/booking/todo?a=commitdiff_plain;h=94b3161208467dad8f712c49d83fe874ed2d8715;p=config

More minor fixes.
---

diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh
index 1ddd016..63f39ad 100755
--- a/jessie_postinstall.sh
+++ b/jessie_postinstall.sh
@@ -310,4 +310,4 @@ passwd plom
 rm jessie_postinstall.sh
 
 # Finalize everything with a reboot.
-echo 'You may reboot now with the "reboot" command unless there's more to do.'
+echo "You may reboot now with the 'reboot' command unless there's more to do."
diff --git a/systemfiles/nginx.conf b/systemfiles/nginx.conf
index 3698403..601b67b 100644
--- a/systemfiles/nginx.conf
+++ b/systemfiles/nginx.conf
@@ -29,20 +29,16 @@ http {
                 server_name dump.plomlompom.com;
                 ssl_certificate /etc/letsencrypt/live/dump.plomlompom.com/fullchain.pem;
                 ssl_certificate_key /etc/letsencrypt/live/dump.plomlompom.com/privkey.pem;
-                location / {
-                        root /var/www/html/;
-                }
+                root /var/www/html/;
                 location /irclogs/zrolaps/ {
                         auth_basic "#zrolaps logs";
                         auth_basic_user_file /var/www/password_irclogs_zrolaps;
                         autoindex on;
-                        root /var/www/html/
                 }
                 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/
                 }
         }