Skip to content

Instantly share code, notes, and snippets.

# /etc/nginx/nginx.conf
worker_processes auto;
events {
worker_connections 768;
}
http {
# This controls the maximum allowed size of model input payloads
client_max_body_size 10M;
upstream plumber_api {