Files
nginx-unit/test/php/404/index.php
2018-05-22 20:20:14 +03:00

5 lines
55 B
PHP

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