nginx api
This commit is contained in:
parent
b6f86f001a
commit
8f6c0792da
@ -2,7 +2,7 @@
|
|||||||
client_max_body_size 10M;
|
client_max_body_size 10M;
|
||||||
|
|
||||||
upstream django_app {
|
upstream django_app {
|
||||||
server webapp:8000;
|
server api:8000;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user