nit: Missing empty line in the EOF
Signed-off-by: Joseph Barreca <jbarrec.tech@gmail.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
echo '<h1>hello world in php!</h1>';
|
echo '<h1>hello world in php!</h1>';
|
||||||
?>
|
?>
|
||||||
|
@@ -1 +1 @@
|
|||||||
db-q5n2g
|
db-q5n2g
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
FROM nginx:1.19.8-alpine
|
FROM nginx:1.19.8-alpine
|
||||||
COPY conf /etc/nginx/conf.d/default.conf
|
COPY conf /etc/nginx/conf.d/default.conf
|
||||||
|
@@ -29,4 +29,4 @@ server {
|
|||||||
fastcgi_pass backend:9000;
|
fastcgi_pass backend:9000;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user