home · contact · privacy
Minor fixes.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 17 Apr 2016 21:53:59 +0000 (23:53 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 17 Apr 2016 21:53:59 +0000 (23:53 +0200)
bin/install_certs.sh
systemfiles/nginx.conf

index ea044828e55057d7171be437636a7a55b663f091..dcc12082502d0fbc03a8966f457d945e7b2e5688 100755 (executable)
@@ -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
index ac07114f8bb9552a0fd32ebbca92d1167eb510ab..36984033b8640fefed32ceb1b69f6caf0590bc7b 100644 (file)
@@ -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/
                 }
         }