diff --git a/conf/nginx.conf b/conf/nginx.conf index 11cb4b2..38e7e49 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,10 +4,6 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; diff --git a/manifest.json b/manifest.json index 60d49c6..cb8dc64 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Emulate videogames system and play videogames through your web browser", "fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web" }, - "version": "1.10.0~ynh2", + "version": "1.10.0~ynh3", "url": "http://www.retroarch.com/", "upstream": { "version": "1.10.0",