4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
|
|
location /{$PHP_VERSION} {
|
||
|
|
root {$ROOT_PATH}/phpinfo;
|
||
|
|
include enable-php-{$PHP_VERSION}.conf;
|
||
|
|
}
|