diff --git a/src/nginxconfig.ejs b/src/nginxconfig.ejs index 5d11e4888..e75b6a584 100644 --- a/src/nginxconfig.ejs +++ b/src/nginxconfig.ejs @@ -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