From ab83f39bfc6f4d1422ab3be1d9d6d3d0422a235f Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Wed, 17 Nov 2021 10:44:30 +0100 Subject: Nginx is now running in its own container. --- docker/collector/nginx.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 docker/collector/nginx.conf (limited to 'docker/collector/nginx.conf') 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 -- cgit v1.1