From 1a4320df03daaaacc4f06a44f79e2dd3f7a626a3 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sun, 27 Mar 2022 10:07:11 +0700 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 66ee4dc..8571337 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,5 @@ -location = __PATH__/ { +rewrite ^__PATH__$ __PATH__/; +location ~ __PATH__/ { default_type text/plain; return 200 "This is where Dex is installed.";