Update block routes

This commit is contained in:
PJ 2021-12-01 12:56:25 +01:00
parent 0f740419f3
commit 63b283fc42
No known key found for this signature in database
GPG Key ID: F345964979FA8971
1 changed files with 8 additions and 1 deletions

View File

@ -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 {