diff --git a/conf/nginx.conf b/conf/nginx.conf index 97e47cdc..38a05f9c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,11 +3,6 @@ location __PATH__/ { alias __FINALPATH__/; - # Force https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - if (!-e $request_filename) { rewrite ^(.*)$ /index.php?q=$1; } diff --git a/manifest.json b/manifest.json index eec8e6c3..dfb01cca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "packaging_format": 1, - "id": "hubzilla", "name": "Hubzilla", + "id": "hubzilla", + "packaging_format": 1, "description": { - "en": "Decentralized publication platform and social network.", - "fr": "Plateforme de publication décentralisée et un réseau social." + "en": "Decentralized publication platform and social network", + "fr": "Plateforme de publication décentralisée et un réseau social" }, "version": "7.2~ynh1", "url": "https://zotlabs.org/page/hubzilla/hubzilla-project", @@ -24,7 +24,7 @@ "postgresql" ], "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.3.0" }, "previous_maintainers": { "name": "Andrew Manning",