We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be2a0b commit 05a9c4bCopy full SHA for 05a9c4b
nginx/templates/servers.conf.template
@@ -9,10 +9,12 @@ server {
9
10
add_header X-Cache $upstream_cache_status;
11
12
- proxy_http_version 1.1;
13
- proxy_set_header Upgrade $http_upgrade;
14
- proxy_set_header Connection "upgrade";
15
- proxy_set_header Host $host;
+ proxy_http_version 1.1;
+ proxy_set_header Upgrade $http_upgrade;
+ proxy_set_header Connection "upgrade";
+ proxy_set_header Host $host;
16
+
17
+ client_max_body_size 15M;
18
19
proxy_cache_key $uri$is_args$args;
20
proxy_cache vector_cache;
0 commit comments