Files
wavelog/install/nginx.php
2024-07-25 17:45:26 +02:00

10 lines
165 B
PHP

<?php
/*
This file is just for testing purposes to detect the correct
PHP settings for nginx web servers with php-fpm
Please ignore.
*/
echo "success";
?>