From d12595a00b04dfda021655853df0a41ebc86a82f Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Sat, 18 Apr 2020 10:38:32 +0100 Subject: [PATCH] . --- letsencrypt-nginx/Dockerfile.home | 4 ++-- letsencrypt-nginx/website/index copy.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 letsencrypt-nginx/website/index copy.html diff --git a/letsencrypt-nginx/Dockerfile.home b/letsencrypt-nginx/Dockerfile.home index 1608f0b..3bb1dec 100644 --- a/letsencrypt-nginx/Dockerfile.home +++ b/letsencrypt-nginx/Dockerfile.home @@ -1,7 +1,7 @@ ARG image FROM $image COPY ./conf/home.conf /etc/nginx/user.conf.d/server._conf -COPY ./nginx.conf /etc/nginx/nginx.conf -COPY ./website /www/data +COPY nginx.conf /etc/nginx +COPY website /www/data COPY home.sh / CMD sh /home.sh \ No newline at end of file diff --git a/letsencrypt-nginx/website/index copy.html b/letsencrypt-nginx/website/index copy.html new file mode 100644 index 0000000..99819a2 --- /dev/null +++ b/letsencrypt-nginx/website/index copy.html @@ -0,0 +1 @@ +

SiGyl Ltd

\ No newline at end of file