diff options
Diffstat (limited to 'docker/collector/nginx.conf')
-rw-r--r-- | docker/collector/nginx.conf | 12 |
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 |