php 5.6-fpm is working

This commit is contained in:
Bachir Soussi Chiadmi
2018-01-13 12:31:05 +01:00
parent 0fe6f1dc6c
commit 66457e6eb2
4 changed files with 27 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test nginx docker</title>
</head>
<body>
<h1>Hello world!</h1>
<?php phpinfo(); ?>
</body>
</html>