commit 8097f3b2ff61150dfa68fadead9625f775cf92c6 parent d385e0b9bc111942604dada9ff8006ee1c00f287 Author: Marcel <MTRNord@users.noreply.github.com> Date: Thu, 22 Dec 2016 11:12:29 +0100 Create default Diffstat:
| A | nginx/default | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/nginx/default b/nginx/default @@ -0,0 +1,10 @@ +server { + listen 80; + + # this path MUST be exactly as docker-compose.fpm.volumes, + # even if it doesn't exists in this dock. + root /var/www; + index index.html index.html; + + server_name localhost; +}