From 1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e Mon Sep 17 00:00:00 2001 From: bookcorner Date: Mon, 27 Jul 2026 00:14:05 +0400 Subject: Install MariaDB, PHP, Phoenix Cart --- etc/httpd.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'etc/httpd.conf') diff --git a/etc/httpd.conf b/etc/httpd.conf index 47348e0..fd03bea 100644 --- a/etc/httpd.conf +++ b/etc/httpd.conf @@ -16,8 +16,11 @@ server "bookcorner.ge" { include "/etc/httpd/_listen443.conf" include "/etc/httpd/_acme.conf" - location "*" { - block return 307 "http://git.bookcorner.ge" + root "/htdocs/PhoenixCart-1.1.0.7" + directory index "index.php" + + location "*.php" { + fastcgi socket "/run/php-fpm.sock" } } -- cgit v1.2.3