Fixed missing hostname

This commit is contained in:
root 2022-02-16 15:22:59 +01:00
parent 3f1629f930
commit 8efc8069b8
1 changed files with 2 additions and 2 deletions

View File

@ -70,11 +70,11 @@ cat > ./landing/index.html <<EOL
<tbody>
<tr>
<td>Bridgehead</td>
<td>Reverse Proxy <a href="http://e260-serv-05:8080/">Traefik</a></td>
<td>Reverse Proxy <a href="http://${HOST}:8080/">Traefik</a></td>
</tr>
<tr>
<td>DKTK</td>
<td><a href="http://e260-serv-05/dktk-localdatamanagement/fhir/">Blaze</a></td>
<td><a href="http://${HOST}/dktk-localdatamanagement/fhir/">Blaze</a></td>
</tr>
</tbody>
</table>