summaryrefslogtreecommitdiff
path: root/hack/infrastructure/docker-ci/nginx/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hack/infrastructure/docker-ci/nginx/nginx.conf')
-rw-r--r--hack/infrastructure/docker-ci/nginx/nginx.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/hack/infrastructure/docker-ci/nginx/nginx.conf b/hack/infrastructure/docker-ci/nginx/nginx.conf
deleted file mode 100644
index 6649741134..0000000000
--- a/hack/infrastructure/docker-ci/nginx/nginx.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-server {
- listen 80;
- root /data/docker-ci;
-
- location / {
- proxy_pass http://localhost:8000/;
- }
-
- location /coverage {
- root /data/docker-ci;
- }
-}