From 17772597c28357845832b8ddcd467ad739a90aab Mon Sep 17 00:00:00 2001 From: Rebecca Valente Date: Sun, 27 Jul 2025 02:26:20 -0300 Subject: [PATCH] (1.0.5) devops: redirected error logs to stderr and access logs to stdout in apache configuration. --- apache/sites-available/000-default.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache/sites-available/000-default.conf b/apache/sites-available/000-default.conf index 0336eab..529d3c0 100644 --- a/apache/sites-available/000-default.conf +++ b/apache/sites-available/000-default.conf @@ -3,6 +3,8 @@ ServerAlias * LimitRequestBody 2147483647000 DocumentRoot /var/www/html/public_html + ErrorLog /dev/stderr + CustomLog /dev/stdout combined