Add nginx PHP detector 8-)

This commit is contained in:
phl0
2024-07-25 17:45:26 +02:00
parent ef44512d8f
commit bf2c466237

9
install/nginx.php Normal file
View File

@@ -0,0 +1,9 @@
<?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";
?>