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