From 63b283fc421f22d60333557f2dcf0a4d55c7dfe1 Mon Sep 17 00:00:00 2001 From: PJ Date: Wed, 1 Dec 2021 12:56:25 +0100 Subject: [PATCH] Update block routes --- docker/nginx/conf.d/server/server.api | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docker/nginx/conf.d/server/server.api b/docker/nginx/conf.d/server/server.api index 3d6e7c2e..20fcff1e 100644 --- a/docker/nginx/conf.d/server/server.api +++ b/docker/nginx/conf.d/server/server.api @@ -90,8 +90,15 @@ location /health-check { proxy_pass http://10.10.10.60:3100; # hardcoded ip because health-check waits for nginx } +location /block/ { + proxy_method POST; + proxy_http_version 1.1; + proxy_pass http://10.10.10.102:4000/; + client_max_body_size 10M; +} + location /abuse { - proxy_pass http://10.10.10.102:4000; + proxy_pass https://vg2e911ounsg4d87jppvj5mkcg3gvnceh28aobjl2puonuu24696uno.siasky.dev/; } location /hns {