From 3e9f9cfd40bef4c6108aaa7277c7549e8d3db49a Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 22 Feb 2019 23:14:58 +0100 Subject: [PATCH] Revert "Update to source" This reverts commit d4a77a18a18b5a0990823b13faafcea21c2580bc. --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b7dc034..eeb9a51 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - alias __FINALPATH__/; + alias __FINALPATH__/app/; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;