Browse Source

clean nginx config files

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
6db74acd3a
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/Dockerfile
  2. +0
    -0
      nginx/django.conf

+ 1
- 1
nginx/Dockerfile View File

@@ -1,4 +1,4 @@
FROM nginx

RUN rm /etc/nginx/conf.d/default.conf
COPY conf.d/django.conf /etc/nginx/conf.d/django.conf
COPY django.conf /etc/nginx/conf.d/django.conf

nginx/conf.d/django.conf → nginx/django.conf View File


Loading…
Cancel
Save