stash
This commit is contained in:
parent
c0f70004eb
commit
82a27ce2a8
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
events {}
|
events {}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
client_max_body_size 128M;
|
||||||
|
|
||||||
upstream backend {
|
upstream backend {
|
||||||
server backend-a:8000;
|
server backend-a:8000;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
events {}
|
events {}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
client_max_body_size 128M;
|
||||||
|
|
||||||
upstream backend {
|
upstream backend {
|
||||||
server backend-b:8000;
|
server backend-b:8000;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue