Split nginx voorbeeldconfigs in pre- en post-certbot varianten, plus access/error logs
Continuous Integration / config (pull_request) Successful in 10s
Continuous Integration / prepare (pull_request) Successful in 1m13s
Continuous Integration / build (pull_request) Successful in 2m2s
Continuous Integration / test (pull_request) Successful in 1m51s
Continuous Integration / deploy-test (pull_request) Skipped
Continuous Integration / config (pull_request) Successful in 10s
Continuous Integration / prepare (pull_request) Successful in 1m13s
Continuous Integration / build (pull_request) Successful in 2m2s
Continuous Integration / test (pull_request) Successful in 1m51s
Continuous Integration / deploy-test (pull_request) Skipped
De reverse-proxy en analytics nginx-configs toonden al de door certbot beheerde eindstaat (met SSL-directives), terwijl je die juist nodig hebt vóórdat certbot draait. Nu is het .example-bestand de kale HTTP-versie om te kopiëren, met een apart .post-certbot.example ter referentie voor de staat erna. Alle configs (inclusief webserver-nginx.conf.example) hebben nu ook expliciete error_log/ access_log directives.
This commit is contained in:
+3
@@ -16,6 +16,9 @@ server {
|
||||
|
||||
server_name test.slpsoftware.nl;
|
||||
|
||||
error_log /var/log/nginx/slpsoftware-test-webserver_error.log;
|
||||
access_log /var/log/nginx/slpsoftware-test-webserver_access.log;
|
||||
|
||||
root /mnt/storage1/www/html/test/slpsoftware;
|
||||
index index.html;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user