From fa021e67d1029f49d134a13f8e098f2c5ee66a0e Mon Sep 17 00:00:00 2001 From: Krakinou Date: Thu, 3 Feb 2022 23:38:29 +0100 Subject: [PATCH] Fix linter warning --- conf/nginx.conf | 4 ---- manifest.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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",