wavelog/install/nginx.php

10 lines
165 B
PHP
Raw Normal View History

2024-07-25 17:45:26 +02:00
<?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";
?>