Skip to content

Configuring and deploying static UI application to Cloud Foundry using application manifest

Notifications You must be signed in to change notification settings

amlandatta/pcf-ui-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Configuring to deploy static UI applications

Cloud Foundry bundles System Buildpacks which provides runtime support for apps.

For static contents following out-of-box buildpacks are recommended:

Both options configures NGINX to serve static content. Static file buildpack is simpler to configure but limits what can be configured. NGINX buildpack allows to implement custom nginx.conf but enforces developer to follow a specific folder structure.

Sample implementation of each buildpack:

Note: If requirement is to use custom nginx.conf then it will be recommended to use nginx_buildpack. Overriding nginx.conf is deprecated in staticbuildpack , as it breaks the functionality of the Staticfile and Staticfile.auth configuration directives.

About

Configuring and deploying static UI application to Cloud Foundry using application manifest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages