Update block routes
This commit is contained in:
parent
0f740419f3
commit
63b283fc42
|
@ -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 {
|
||||
|
|
Reference in New Issue