~nijaba/charms/oneiric/roundcube/new-scp

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Nick Barcet
  • Date: 2011-12-10 02:45:32 UTC
  • Revision ID: nick.barcet@canonical.com-20111210024532-ztn3re90ab38wd1s
some refactoring to add optimize_http

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    default: ""
56
56
    type: string
57
57
    description: Full path (in the running unit) of the certificate key file that Apache will use for https. The file needs to be placed using the juju scp command.
 
58
   optimize_http:
 
59
     default: 1
 
60
     type: int
 
61
     description: enables mod_deflate, mod_headers and mod_expires as recommended for production use.