summaryrefslogtreecommitdiff
path: root/docker/collector/nginx.conf
diff options
context:
space:
mode:
authorKristofer Hallin <kristofer@sunet.se>2021-11-17 10:44:30 +0100
committerKristofer Hallin <kristofer@sunet.se>2021-11-17 10:44:30 +0100
commitab83f39bfc6f4d1422ab3be1d9d6d3d0422a235f (patch)
treefb2a225b1620cd944e5345c6db77ae2cfdcd9ae0 /docker/collector/nginx.conf
parentfc31d040886ddd9495a0318a7272468fe81a215e (diff)
Nginx is now running in its own container.
Diffstat (limited to 'docker/collector/nginx.conf')
-rw-r--r--docker/collector/nginx.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/docker/collector/nginx.conf b/docker/collector/nginx.conf
deleted file mode 100644
index adcb4da..0000000
--- a/docker/collector/nginx.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-server {
- listen 80;
- server_name _;
-
- access_log /var/log/nginx/access.log;
- error_log /var/log/nginx/error.log warn;
-
- location / {
- proxy_pass http://localhost:8000;
-
- }
-} \ No newline at end of file