diff --git a/conf/nginx.conf b/conf/nginx.conf index 2e2ae1d..d4c8d41 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ location / { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } - + proxy_pass http://127.0.0.1:__PORT__/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; @@ -17,5 +17,5 @@ location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; more_set_headers "X-Frame-Options : ALLOW-FROM https://__NEXTCLOUDDOMAIN__ always"; - client_max_body_size 10M; + client_max_body_size 100M; } diff --git a/manifest.json b/manifest.json index e68d9a6..7f46843 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "liberodark@gmail.com" }, "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.2.4" }, "multi_instance": false, "services": [ @@ -46,8 +46,8 @@ }, "example": "yunohost.domain/nextcloud or nextcloud.yunohost.domain", "help": { - "en": "Install the OnlyOffice connector to edit documents from Nextcloud.", - "fr": "Installez le connecteur OnlyOffice pour éditer des documents dans Nextcloud." + "en": "Install in Nextcloud the ONLYOFFICE connector to edit documents.", + "fr": "Installez dans Nextcloud le connecteur ONLYOFFICE pour éditer des documents." }, "default": "yunohost.domain/nextcloud" }