commit ad346901d72246285874ae27bb2052d6be257ffb parent 51b80aa3341086a1288ce44335c2d44f6fd19cad Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Wed, 4 Jan 2017 18:28:39 +0100 default.conf dockerized nginx Diffstat:
| M | docker/nginx/Dockerfile | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile @@ -1,5 +1,3 @@ FROM nginx -COPY ./proxy.conf /etc/nginx/sites-enabled/ - -COPY ./nginx.conf /etc/nginx/ +COPY ./proxy.conf /etc/nginx/conf.d/default.conf