make appstatus work again for apps

This commit is contained in:
Girish Ramakrishnan
2020-11-20 12:04:58 -08:00
parent b66fdb10f2
commit 279f7a80c5

View File

@@ -251,6 +251,9 @@ server {
}
<% }); %>
location = /appstatus.html {
}
proxy_pass http://<%= ip %>:<%= port %>;
<% } else if ( endpoint === 'redirect' ) { %>
# redirect everything to the app. this is temporary because there is no way