Procházet zdrojové kódy

clean nginx config files

pull/342/head
Guillaume Vincent před 8 roky
rodič
revize
6db74acd3a
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      nginx/Dockerfile
  2. +0
    -0
      nginx/django.conf

+ 1
- 1
nginx/Dockerfile Zobrazit soubor

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


Načítá se…
Zrušit
Uložit