5 lines
98 B
PHP
5 lines
98 B
PHP
upstream bemeal_api {
|
|
server 127.0.0.1:8082 max_fails=3 fail_timeout=10s;
|
|
keepalive 32;
|
|
}
|