[mod] roles:owncloud-and-nginx:größere Uploads erlauben
This commit is contained in:
parent
bef3f226e1
commit
f1524c5b04
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{% macro owncloud_common() %}
|
{% macro owncloud_common() %}
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:9200;
|
proxy_pass http://localhost:9200;
|
||||||
|
client_max_body_size 1G;
|
||||||
}
|
}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue