Files
nginx-unit/test/php/targets/index.php
T

5 lines
52 B
PHP

<?php
header('Content-Length: 5');
echo 'index';
?>