7 lines
No EOL
111 B
Puppet
7 lines
No EOL
111 B
Puppet
include nginix
|
|
|
|
nginix::vhost { 'www.test.com':
|
|
port => '80',
|
|
webroot => "/opt/www/test",
|
|
ssl => false,
|
|
} |