Update nginx.conf

This commit is contained in:
Narayana 2023-03-07 02:44:15 +05:30
parent 6bb7ae5b55
commit 9e5fea407e

View File

@ -16,10 +16,10 @@ access_log /var/log/nginx/access.log;
http {
sendfile on;
upstream django {
server django_container:8000;
server planebackend:8000;
}
upstream react {
server react_container:3000;
server planefrontend:3000;
}
server {
listen 80;