From 6a4235a9a23a83066acf2b63389c59de74b4ed65 Mon Sep 17 00:00:00 2001 From: Vicente Falco Date: Mon, 15 May 2017 08:47:58 +0200 Subject: [PATCH] Ajustes conf --- services/nginx/Dockerfile | 2 ++ services/nginx/conf-prod.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/services/nginx/Dockerfile b/services/nginx/Dockerfile index 1ce39be8ea..251230964c 100644 --- a/services/nginx/Dockerfile +++ b/services/nginx/Dockerfile @@ -12,4 +12,6 @@ RUN apt-get update && apt-get -y install vim dnsmasq dnsutils RUN echo listen-address=127.0.0.1 > /etc/dnsmasq.d/dnsmasq.conf +RUN service dnsmasq restart + EXPOSE 8080 \ No newline at end of file diff --git a/services/nginx/conf-prod.conf b/services/nginx/conf-prod.conf index a06efe5c1d..5706e3390b 100644 --- a/services/nginx/conf-prod.conf +++ b/services/nginx/conf-prod.conf @@ -9,7 +9,7 @@ http { sendfile on; gzip on; default_type application/octet-stream; - + resolver 127.0.0.1; include /etc/nginx/mime.types; server {