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

4 lines
131 B
Plaintext
Raw Permalink Normal View History

2018-12-19 04:17:07 -05:00
location /{$PHP_VERSION} {
root {$ROOT_PATH}/phpinfo;
2022-06-30 11:20:41 -04:00
include {$SERVER_PATH}/web_conf/php/conf/enable-php-{$PHP_VERSION}.conf;
2018-12-19 04:17:07 -05:00
}