Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TehWazzard committed Dec 3, 2024
2 parents 6b40271 + 4b8b1ff commit decc3b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: "3.7"
services:

api_proxy:
Expand Down
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ http {

location /people {
resolver 127.0.0.11 valid=30s ipv6=off;
set $link host.docker.internal;
proxy_pass http://$link:8888$request_uri;
set $link api_people;
proxy_pass http://$link:8080$request_uri;
}

location /il {
Expand Down

0 comments on commit decc3b9

Please sign in to comment.