dograh/nginx/dograh_upstream.conf.template
Abhishek aed5a782fb
feat: add rolling updates for production deployment (#175)
* feat: rolling update uvicorn workers

* script fixes
2026-03-02 14:44:04 +05:30

7 lines
204 B
Text

# AUTO-GENERATED by start_services.sh / rolling_update.sh
# Do not edit the generated file directly - edit this template instead.
upstream dograh_backend {
least_conn;
{{UVICORN_UPSTREAM_SERVERS}}
}