From ea91c1e2d868ce9b3e91b9abc9a74d3e84261335 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Tue, 9 Mar 2021 23:05:47 +0000 Subject: Migration to a new server, moved nginx out of docker --- compose/nginx/Dockerfile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 compose/nginx/Dockerfile (limited to 'compose/nginx/Dockerfile') diff --git a/compose/nginx/Dockerfile b/compose/nginx/Dockerfile deleted file mode 100644 index 98e8011..0000000 --- a/compose/nginx/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM nginx:mainline -RUN rm -rf /etc/nginx/fastcgi.conf \ - /etc/nginx/fastcgi_params \ - /etc/nginx/scgi_params \ - /etc/nginx/uwsgi_params \ - /etc/nginx/koi-utf \ - /etc/nginx/koi-win \ - /etc/nginx/win-utf \ - /etc/nginx/conf.d -COPY main /usr/share/nginx/html -COPY darling /usr/share/nginx/html/darling -COPY conf.d /etc/nginx/conf.d -COPY nginx.conf /etc/nginx/ -- cgit 1.4.1