This commit is contained in:
Administrator 2022-08-22 15:24:04 +03:00
parent f400b7d0c9
commit 364c869467

View File

@ -8,5 +8,8 @@ http {
proxy_pass http://backend:8000/api/;
}
location / {
proxy_pass http://frontend:3000/;
}
}
}