diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2024-03-02 15:31:35 +0100 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2024-03-02 15:31:35 +0100 |
commit | dc867699f39d701fe73bcdeda78b65d87690d859 (patch) | |
tree | 71309949bd85c75438c26927c2b57683f531e5f8 /jobs/virtual-hosting.nomad.hcl | |
parent | 2a0a20ae245af94da46476df7ac2d52be17d6a48 (diff) | |
download | garm-dc867699f39d701fe73bcdeda78b65d87690d859.tar.gz |
I don't even know at this point. Fuck lego. I think, i don't even know
Diffstat (limited to 'jobs/virtual-hosting.nomad.hcl')
-rw-r--r-- | jobs/virtual-hosting.nomad.hcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jobs/virtual-hosting.nomad.hcl b/jobs/virtual-hosting.nomad.hcl index e35e29b..5fa1a38 100644 --- a/jobs/virtual-hosting.nomad.hcl +++ b/jobs/virtual-hosting.nomad.hcl @@ -65,7 +65,9 @@ http { sendfile on; #tcp_nopush on; - keepalive_timeout 65; + client_max_body_size 500M; + + keepalive_timeout 65; #gzip on; |