This commit is contained in:
Sergey Kolesnik
2025-02-06 11:02:02 +01: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;
}