diff --git a/docker-compose.blocker.yml b/docker-compose.blocker.yml index 56d23646..925c1828 100644 --- a/docker-compose.blocker.yml +++ b/docker-compose.blocker.yml @@ -22,7 +22,7 @@ services: - 4000 networks: shared: - ipv4_address: 10.10.10.102 + ipv4_address: 10.10.10.110 depends_on: - mongo - sia diff --git a/docker/nginx/conf.d/server/server.api b/docker/nginx/conf.d/server/server.api index 878569db..c6564c1f 100644 --- a/docker/nginx/conf.d/server/server.api +++ b/docker/nginx/conf.d/server/server.api @@ -76,7 +76,7 @@ location /serverload { # Define root directory in the nginx container to load file from 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; # tell nginx to expect json @@ -120,7 +120,7 @@ location /abuse/ { return 204; } - proxy_pass http://10.10.10.102:4000/; + proxy_pass http://10.10.10.110:4000/; } location /report-abuse {