Files
nginx-unit/test/php/targets/1.php
2020-05-15 04:21:25 +01:00

5 lines
48 B
PHP

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