summaryrefslogtreecommitdiff
path: root/docker/nginx/default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docker/nginx/default.conf')
-rw-r--r--docker/nginx/default.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/docker/nginx/default.conf b/docker/nginx/default.conf
deleted file mode 100644
index 35eb2a2..0000000
--- a/docker/nginx/default.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-server {
- listen 443 ssl;
- server_name _;
-
- ssl_certificate /etc/ssl/collector/soc_collector.pem;
- ssl_certificate_key /etc/ssl/collector/soc_collector-key.pem;
-
- access_log /var/log/nginx/access.log;
- error_log /var/log/nginx/error.log warn;
-
- location / {
- proxy_pass http://collector:8000;
- }
-} \ No newline at end of file