From ee2998cd27ae7521b0ebc96319465f01c6c1bf08 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 13 Jun 2021 10:29:39 +0200 Subject: [PATCH] fix --- conf/nginx.conf | 2 +- manifest.json | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 00198e1..eb64297 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location ^~ __PATH__/ { +location / { # Force usage of https if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; diff --git a/manifest.json b/manifest.json index bb246f3..ad2822d 100644 --- a/manifest.json +++ b/manifest.json @@ -26,12 +26,6 @@ "type": "domain", "example": "domain.org" }, - { - "name": "path", - "type": "path", - "example": "/codimd", - "default": "/codimd" - }, { "name": "is_public", "type": "boolean",