forked from github/plane
Update nginx.conf
This commit is contained in:
parent
6bb7ae5b55
commit
9e5fea407e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user