Move blocker from .102 to .110
This commit is contained in:
parent
c1bb2d4fd3
commit
60cef34bfc
|
@ -22,7 +22,7 @@ services:
|
||||||
- 4000
|
- 4000
|
||||||
networks:
|
networks:
|
||||||
shared:
|
shared:
|
||||||
ipv4_address: 10.10.10.102
|
ipv4_address: 10.10.10.110
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongo
|
- mongo
|
||||||
- sia
|
- sia
|
||||||
|
|
|
@ -76,7 +76,7 @@ location /serverload {
|
||||||
# Define root directory in the nginx container to load file from
|
# Define root directory in the nginx container to load file from
|
||||||
root /usr/local/share;
|
root /usr/local/share;
|
||||||
|
|
||||||
# including this because of peer pressure from the other routes
|
# including this because of peer pressure from the other routes
|
||||||
include /etc/nginx/conf.d/include/cors;
|
include /etc/nginx/conf.d/include/cors;
|
||||||
|
|
||||||
# tell nginx to expect json
|
# tell nginx to expect json
|
||||||
|
@ -120,7 +120,7 @@ location /abuse/ {
|
||||||
return 204;
|
return 204;
|
||||||
}
|
}
|
||||||
|
|
||||||
proxy_pass http://10.10.10.102:4000/;
|
proxy_pass http://10.10.10.110:4000/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /report-abuse {
|
location /report-abuse {
|
||||||
|
|
Reference in New Issue