fix: correct nginx config
This commit is contained in:
parent
5c927a26cd
commit
44c5303646
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ http {
|
||||||
#Frontend Next.js App
|
#Frontend Next.js App
|
||||||
location / {
|
location / {
|
||||||
resolver 127.0.0.11 valid=30s; # Docker DNS
|
resolver 127.0.0.11 valid=30s; # Docker DNS
|
||||||
proxy_pass http://host.docker.internal:3001/; # Local back end
|
proxy_pass http://host.docker.internal:3000/; # Local back end
|
||||||
proxy_redirect default;
|
proxy_redirect default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue