From 94b3161208467dad8f712c49d83fe874ed2d8715 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 18 Apr 2016 00:13:40 +0200 Subject: [PATCH] More minor fixes. --- jessie_postinstall.sh | 2 +- systemfiles/nginx.conf | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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/ } } -- 2.30.2