diff options
Diffstat (limited to 'etc/httpd.conf')
| -rw-r--r-- | etc/httpd.conf | 7 |
1 files changed, 5 insertions, 2 deletions
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" } } |
