summaryrefslogtreecommitdiff
path: root/docker/nginx/default.conf
diff options
context:
space:
mode:
authorVictor Näslund <victor@sunet.se>2022-11-13 04:12:47 +0100
committerVictor Näslund <victor@sunet.se>2022-11-13 04:12:47 +0100
commitf7a40b9e13d242968db83acaac13660224eb0143 (patch)
treed8f0cdf5d93cc1aebc83343aea6615bc2ee9bc55 /docker/nginx/default.conf
parent8baecf339e8061160bee519e87ffe837d1525c18 (diff)
new direction
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