From c9aed24443f655baeaf68fabd73196be383733d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Tue, 5 Dec 2023 12:38:47 +0000 Subject: [PATCH] clean up --- apache/site.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/apache/site.conf b/apache/site.conf index 48d406f..eb6f0be 100644 --- a/apache/site.conf +++ b/apache/site.conf @@ -13,12 +13,10 @@ SetEnvIf X-Forwarded-Proto "^https$" HTTPS=on - #RemoteIPHeader CF-Connecting-IP RemoteIPHeader X-Forwarded-For LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined - #Include conf-available/serve-cgi-bin.conf