about summary refs log tree commit diff
path: root/compose/nginx/Dockerfile
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2021-03-09 23:05:47 +0000
committerPaweł Dybiec <pawel@dybiec.info>2021-03-09 23:05:47 +0000
commitea91c1e2d868ce9b3e91b9abc9a74d3e84261335 (patch)
tree07b4c3c9a8afa77ea49255941a5691f464631173 /compose/nginx/Dockerfile
parentAdd missing stuff in headers, add new vpn client (diff)
Migration to a new server, moved nginx out of docker
Diffstat (limited to 'compose/nginx/Dockerfile')
-rw-r--r--compose/nginx/Dockerfile13
1 files changed, 0 insertions, 13 deletions
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/