From 3a96b84590246f8019b652e2610cadca5ec2c3f2 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 19 Nov 2018 15:56:28 +0100 Subject: [PATCH] fix manifest and nginx --- conf/nginx.conf | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index e50388e..5a74de2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location / { +location ^~ __PATH__/ { proxy_pass http://127.0.0.1:__PORT__; proxy_redirect off; proxy_set_header Host $host; diff --git a/manifest.json b/manifest.json index ba058f3..d53a518 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,7 @@ "fr": "Choisissez un chemin pour OnlyOffice uniquement / est accepté" }, "example": "/onlyoffice", - "default": "onlyoffice" + "default": "/onlyoffice" }, {