From a810fac7b5e2ccad6f47f63ab4fe9d591456621a Mon Sep 17 00:00:00 2001 From: "J.G. Rubingh" Date: Mon, 22 Nov 2021 13:11:57 +0100 Subject: [PATCH] Split NGINX logging. Front-end own logging --- nginx/api.vhost.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/api.vhost.conf b/nginx/api.vhost.conf index 612375c..f88bcde 100644 --- a/nginx/api.vhost.conf +++ b/nginx/api.vhost.conf @@ -75,6 +75,9 @@ server { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; + + access_log /var/log/nginx/vre-frontend.access.log; + error_log /var/log/nginx/vre-frontend.error.log; } location /static {