Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfigTemplate string
Functions ¶
Types ¶
type BuildPlanMetadata ¶
type Configuration ¶ added in v0.0.4
type Configuration struct { LastModifiedValue string ETag bool SetRealIPFrom string nginx.Configuration }
type DefaultConfigGenerator ¶ added in v0.0.4
type DefaultConfigGenerator struct {
// contains filtered or unexported fields
}
this has been adapted from https://github.com/paketo-buildpacks/nginx/blob/main/default_config_generator.go to add our own customizations to the config
func NewDefaultConfigGenerator ¶ added in v0.0.4
func NewDefaultConfigGenerator(logs scribe.Emitter) DefaultConfigGenerator
func (DefaultConfigGenerator) Generate ¶ added in v0.0.4
func (g DefaultConfigGenerator) Generate(config Configuration) error
Click to show internal directories.
Click to hide internal directories.