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)