[damned-lies/oscp] Install nginx config



commit 3aa7215d61a78a538b8183c2579ae4000e6a7c04
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 26 14:27:41 2020 +0100

    Install nginx config

 httpd_min/Dockerfile                          | 2 ++
 httpd_min/{l10n.gnome.org.conf => nginx.conf} | 0
 2 files changed, 2 insertions(+)
---
diff --git a/httpd_min/Dockerfile b/httpd_min/Dockerfile
index f4e0c09d..ec4e4599 100644
--- a/httpd_min/Dockerfile
+++ b/httpd_min/Dockerfile
@@ -28,5 +28,7 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log \
 
 STOPSIGNAL SIGTERM
 
+ADD nginx.conf /etc/nginx/conf.d/connfa.conf
+
 USER l10n 
 ENTRYPOINT ["/entrypoint.sh"]
diff --git a/httpd_min/l10n.gnome.org.conf b/httpd_min/nginx.conf
similarity index 100%
rename from httpd_min/l10n.gnome.org.conf
rename to httpd_min/nginx.conf


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]