The files copied to /srv/stacks/<stack>/ verbatim: compose files, vhosts, Prometheus configuration, the webapp image source. Payloads are data, never templated and never linted as Ansible content. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
# Applies to every vhost. nginx defaults to 1M, which silently truncates ordinary
|
|
# file uploads.
|
|
client_max_body_size 100M;
|