From 1d33c44ff33f924fdc6310c9c147e0635be7f20f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 2 May 2022 12:14:12 +0200 Subject: [PATCH] Fix linter --- conf/nginx.conf | 5 ----- manifest.json | 6 ++---- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f1d5c49..b26a6dc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,11 +4,6 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file diff --git a/manifest.json b/manifest.json index 91ef039..c3b45b5 100644 --- a/manifest.json +++ b/manifest.json @@ -33,8 +33,7 @@ "install": [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", @@ -44,8 +43,7 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public",