Update nginx.conf

This commit is contained in:
Narayana 2023-03-08 14:14:07 +05:30
parent 7dfcc480f6
commit 460261f354

View File

@ -1,7 +1,3 @@
upstream plane {
server localhost:80;
}
events { events {
worker_connections 1024; worker_connections 1024;
} }
@ -18,7 +14,7 @@ http {
upstream django { upstream django {
server planebackend:8000; server planebackend:8000;
} }
upstream react { upstream nextjs {
server planefrontend:3000; server planefrontend:3000;
} }
server { server {