forked from github/plane
Update nginx.conf
This commit is contained in:
parent
7dfcc480f6
commit
460261f354
@ -1,7 +1,3 @@
|
||||
upstream plane {
|
||||
server localhost:80;
|
||||
}
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
@ -18,7 +14,7 @@ http {
|
||||
upstream django {
|
||||
server planebackend:8000;
|
||||
}
|
||||
upstream react {
|
||||
upstream nextjs {
|
||||
server planefrontend:3000;
|
||||
}
|
||||
server {
|
||||
|
Loading…
Reference in New Issue
Block a user