From 1984ae85dc6ba70629b8f949d501751c69051260 Mon Sep 17 00:00:00 2001 From: Someone Date: Tue, 26 May 2026 13:28:26 +0200 Subject: [PATCH] roles/server/nginx/vhost-unified --- roles/server/nginx/vhost-unified/templates/default/vhost.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/server/nginx/vhost-unified/templates/default/vhost.j2 b/roles/server/nginx/vhost-unified/templates/default/vhost.j2 index 0b063e8..d3e1b00 100644 --- a/roles/server/nginx/vhost-unified/templates/default/vhost.j2 +++ b/roles/server/nginx/vhost-unified/templates/default/vhost.j2 @@ -241,8 +241,8 @@ server { listen [::]:80; server_name {{vhost_name}} {{vhost_aliases}} {{vhost_aliases_nocert}}; - access_log /var/log/nginx/{{vhost_name}}-access.log; - error_log /var/log/nginx/{{vhost_name}}-error.log; + access_log /var/log/nginx/{{vhost_name}}-http-access.log; + error_log /var/log/nginx/{{vhost_name}}-http-error.log; client_max_body_size 1025M; fastcgi_buffers 64 4K; -- 2.47.3