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.";