[mod] roles:owncloud-and-nginx:größere Uploads erlauben

This commit is contained in:
roydfalk 2024-07-30 08:46:18 +02:00
parent bef3f226e1
commit f1524c5b04

View file

@ -1,6 +1,7 @@
{% macro owncloud_common() %}
location / {
proxy_pass http://localhost:9200;
client_max_body_size 1G;
}
{% endmacro %}