Update apache config

nginx_conf
Nicolas Arenas 2024-10-01 00:13:37 +02:00 committed by Nicolas Arenas
parent af96112478
commit fdb7ac81b3
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<VirtualHost *:80>
ServerName localhost
ServerAlias api-test
DocumentRoot /opt/ogdhcp/public
<Directory /opt/ogdhcp/public>
@ -21,7 +22,7 @@
</IfModule>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php8.1-fpm.sock|fcgi://localhost/"
SetHandler "proxy:unix:/run/php/php8.3-fpm.sock|fcgi://localhost/"
</FilesMatch>
ErrorLog ${APACHE_LOG_DIR}/ogdhcp_error.log