This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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 { |