From 35c2ec682e6e675df4454f32e7015cfb19808169 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Tue, 1 Oct 2024 00:13:37 +0200 Subject: [PATCH] Update apache config --- etc/apache.conf.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/apache.conf.tmpl b/etc/apache.conf.tmpl index 74bd437..eded62d 100644 --- a/etc/apache.conf.tmpl +++ b/etc/apache.conf.tmpl @@ -2,6 +2,7 @@ ServerName localhost + ServerAlias api-test DocumentRoot /opt/ogdhcp/public @@ -21,7 +22,7 @@ - SetHandler "proxy:unix:/run/php/php8.1-fpm.sock|fcgi://localhost/" + SetHandler "proxy:unix:/run/php/php8.3-fpm.sock|fcgi://localhost/" ErrorLog ${APACHE_LOG_DIR}/ogdhcp_error.log