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

5 lines
55 B
PHP

<?php
http_response_code(404);
include('404.html');
?>