mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Add nginx PHP detector 8-)
This commit is contained in:
9
install/nginx.php
Normal file
9
install/nginx.php
Normal 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";
|
||||
?>
|
||||
Reference in New Issue
Block a user