mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update config
This commit is contained in:
parent
0438f8f21d
commit
8e59218e9b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ get__max_upload_size() {
|
|||
|
||||
set__max_upload_size() {
|
||||
ynh_write_var_in_file --file=/etc/matrix-$app/homeserver.yaml --key=max_upload_size --value="${max_upload_size}"
|
||||
sed -i -r "s|client_max_body_size\s[[:digit:]]*[GMK]?;|client_max_body_size ${max_upload_size};|g" "/etc/nginx/conf.d/$domain.d/$app.conf
|
||||
sed -i -r "s|client_max_body_size\s[[:digit:]]*[GMK]?;|client_max_body_size ${max_upload_size};|g" "/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
ynh_add_nginx_conf
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue