This commit is contained in:
Sergey Kolesnik
2025-02-08 11:14:27 +08:00
committed by GitHub
12 changed files with 65 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ proxy_http_version 1.1;
}
{% endif %}
client_max_body_size {{ client_max_body_size }}m;
# Custom
include /data/nginx/custom/server_proxy[.]conf;
}