home · contact · privacy
More minor fixes.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 17 Apr 2016 22:13:40 +0000 (00:13 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 17 Apr 2016 22:13:40 +0000 (00:13 +0200)
jessie_postinstall.sh
systemfiles/nginx.conf

index 1ddd016d12187c90d37c5a68d575e993da2744e1..63f39ad85186c8a10995f9d40283a1b089605b2c 100755 (executable)
@@ -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."
index 36984033b8640fefed32ceb1b69f6caf0590bc7b..601b67bb351a9826ffb1b33da1620a615b666325 100644 (file)
@@ -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/
                 }
         }