Ajustes conf

This commit is contained in:
Vicente Falco 2017-05-15 08:47:58 +02:00
parent 77d8a8f090
commit 6a4235a9a2
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 {