remove bogus internal route

This commit is contained in:
Girish Ramakrishnan
2020-04-14 23:11:44 -07:00
parent 4e608d04dc
commit 2fe323e587

View File

@@ -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)