USEPA / revampd

Basic tutorial for the EPA Clean Air Markets Division to go through the process of creating a small web app, in the problem space of AMPD, with automated tests and deployment to cloud.gov at https://revampd.app.cloud.gov
Other
2 stars 1 forks source link

Fix SSI in Cloud.gov #60

Closed maheese closed 4 years ago

maheese commented 4 years ago

This fixes issue #59. I added a "Staticfile" in the html directory which enables server side includes (SSI) for the frontend web server. The SSI directives are in the index.html for both the data table page and the swagger-ui. Previously this config was in the frontend manifest and it was not read by cloud foundry when the app was deployed.

j-tafoya commented 4 years ago

Looks good!