nit: Missing empty line in the EOF
Signed-off-by: Joseph Barreca <jbarrec.tech@gmail.com>
This commit is contained in:
parent
763efc67f0
commit
4c0bdea11a
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user