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