From 1fe2c3d76f12913d306b814a97bc885b23097dc1 Mon Sep 17 00:00:00 2001 From: PJ Date: Wed, 1 Dec 2021 11:18:25 +0100 Subject: [PATCH] Add abuse location --- docker/nginx/conf.d/server/server.api | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/nginx/conf.d/server/server.api b/docker/nginx/conf.d/server/server.api index 07be6fcb..3d6e7c2e 100644 --- a/docker/nginx/conf.d/server/server.api +++ b/docker/nginx/conf.d/server/server.api @@ -90,6 +90,10 @@ location /health-check { proxy_pass http://10.10.10.60:3100; # hardcoded ip because health-check waits for nginx } +location /abuse { + proxy_pass http://10.10.10.102:4000; +} + location /hns { # match the request_uri and extract the hns domain and anything that is passed in the uri after it # example: /hns/something/foo/bar matches: