remove unused httpPaths from manifest

This commit is contained in:
Girish Ramakrishnan
2021-11-09 21:50:12 -08:00
parent 48b75accdd
commit 68db4524f1
4 changed files with 3 additions and 11 deletions

View File

@@ -301,13 +301,6 @@ server {
}
<% } %>
<% Object.keys(httpPaths).forEach(function (path) { -%>
location "<%= path %>" {
# the trailing / will replace part of the original URI matched by the location.
proxy_pass http://<%= ip %>:<%= httpPaths[path] %>/;
}
<% }); %>
<% } else if ( endpoint === 'redirect' ) { %>
location / {
# redirect everything to the app. this is temporary because there is no way