Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 390 Bytes

puppet_magento

Extends module puppet_nginx, to simple generate configurations vhost in nginx for magento.

You can use it instead vhost2 from https://github.com/jarekherisz/puppet_nginix.

To create simple magento vhoste

A virtual host with alias name

class { 'nginx': }

magento::magento  { "domain.com": 
    vhost_aliases => 'www.domain.com www2.domain.com',
}