From 2fe323e587285ed4a4ae5c494ef1ece3a01dc6f8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 14 Apr 2020 23:11:44 -0700 Subject: [PATCH] remove bogus internal route --- src/nginxconfig.ejs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/nginxconfig.ejs b/src/nginxconfig.ejs index 3d419029b..d7a55f12d 100644 --- a/src/nginxconfig.ejs +++ b/src/nginxconfig.ejs @@ -135,9 +135,6 @@ server { # internal means this is for internal routing and cannot be accessed as URL from browser internal; } - location /appstatus.html { - internal; - } # user defined .well-known resources # alias means only the part after matched location is appended (unlike root)