diff --git a/aah/app-template/config/aah.conf.atmpl b/aah/app-template/config/aah.conf.atmpl index 534cee3..1770189 100644 --- a/aah/app-template/config/aah.conf.atmpl +++ b/aah/app-template/config/aah.conf.atmpl @@ -234,12 +234,12 @@ cache { # mime_types { # css_js { # mime = "text/css, application/javascript" - # cache_control = "public, max-age=604800, must-revalidate, proxy-revalidate" + # cache_control = "public, max-age=604800, proxy-revalidate" # } # # images { # mime = "image/jpeg, image/png, image/gif, image/svg+xml, image/x-icon" - # cache_control = "public, max-age=2628000, must-revalidate, proxy-revalidate" + # cache_control = "public, max-age=2628000, proxy-revalidate" # } # } } diff --git a/aah/new.go b/aah/new.go index 34f269c..b787e36 100644 --- a/aah/new.go +++ b/aah/new.go @@ -47,8 +47,7 @@ func newRun(args []string) { _ = log.SetPattern("%message") log.Info("\nWelcome to interactive way to create your aah application, press ^C to exit :)") log.Info() - log.Info("Based on your inputs, aah CLI tool generates the aah application structure") - log.Info("for you.") + log.Info("Based on your inputs, aah CLI tool generates the aah application structure for you.") // Collect data importPath := getImportPath(reader)