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",