mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-23 04:08:02 +00:00
Default index.html file and directory used. Can connect via browser on host machine via nginx_service.xml file.
5 lines
102 B
Puppet
5 lines
102 B
Puppet
class { 'nginx': }
|
|
|
|
nginx::resource::vhost{ 'www.myhost.com':
|
|
www_root => '/usr/share/nginx/html',
|
|
} |