From 5c4573107d41a2bf781bc2034ced12d910a9bd3d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 2 Apr 2024 22:10:03 +0200 Subject: some more cleanups --- roles/gitolite/http/tasks/nginx-vhost.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'roles/gitolite/http') diff --git a/roles/gitolite/http/tasks/nginx-vhost.yml b/roles/gitolite/http/tasks/nginx-vhost.yml index 706f5655..c851fbe2 100644 --- a/roles/gitolite/http/tasks/nginx-vhost.yml +++ b/roles/gitolite/http/tasks/nginx-vhost.yml @@ -52,9 +52,6 @@ template: generic tls: "{{ gitolite_instance.value.http.tls }}" hostnames: "{{ gitolite_instance.value.http.hostnames }}" - logs: - access: "/var/log/nginx/git-{{ gitolite_instance.key }}_access.log" - error: "/var/log/nginx/git-{{ gitolite_instance.key }}_error.log" locations: "{{ nginx_locations_base | combine(nginx_locations_logo) | combine(nginx_locations_main) | combine(nginx_locations_git_backend) }}" include_role: name: nginx/vhost -- cgit v1.2.3