From 25010ec7cb8d777f86d9f75f91b331ee7ad72970 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 9 May 2022 11:19:05 +0200 Subject: Move access logs --- playbooks.d/webserver-nginx/playbook.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks.d/webserver-nginx/playbook.bash') diff --git a/playbooks.d/webserver-nginx/playbook.bash b/playbooks.d/webserver-nginx/playbook.bash index e750eb6..03e4271 100644 --- a/playbooks.d/webserver-nginx/playbook.bash +++ b/playbooks.d/webserver-nginx/playbook.bash @@ -30,7 +30,7 @@ playbook_add() "$(config "fs.etcdir")/nginx/sites-enabled.d/http" \ "$(config "fs.etcdir")/nginx/sites-enabled.d/https" \ "$(config "fs.etcdir")/nginx/snippets.d" \ - "$(config "fs.logdir")/nginx/access-logs" \ + "$(config "fs.logdir")/nginx/access" \ /var/www info "webserver/add" "Generating dhparam.pem" -- cgit v1.1