diff --git a/conf/nginx.conf b/conf/nginx.conf index a22c821..cf253bc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,13 +1,11 @@ -#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__ { - - # Path to source - alias __FINALPATH__/www/ ; - if ($scheme = http) { +# Path to source +alias __FINALPATH__/www/ ; + +if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } - # Protecting sensibles urls location ~ 403 { diff --git a/manifest.json b/manifest.json index da69b8e..3a253d4 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,9 @@ "en": "Software to manage association", "fr": "Logiciel libre de gestion d'association" }, + "version": "0.9.8~ynh3", + "url": "http://garradin.eu/a-propos/", "license": "GPL-3.0-or-later", "maintainer": {