Update phpinfo.conf

This commit is contained in:
midoks 2022-07-07 17:37:13 +08:00
parent 1e4d5bad67
commit bb6a2eb4f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
location /{$PHP_VERSION} {
root {$ROOT_PATH}/phpinfo;
include {$SERVER_PATH}/web_conf/php/conf/enable-php-{$PHP_VERSION}.conf;
include {$SERVER_PATH}/web_conf/php/conf/enable-php-yum{$PHP_VERSION}.conf;
}