mdserver-web/plugins/php/conf/phpinfo.conf

4 lines
98 B
Plaintext
Raw Permalink Normal View History

2018-12-19 04:17:07 -05:00
location /{$PHP_VERSION} {
root {$ROOT_PATH}/phpinfo;
include enable-php-{$PHP_VERSION}.conf;
}