Files
SecGen/modules/services/unix/http/nginx/composer.json
Jjk422 4cc2e6b31c Nginx service module, should be fully working and secure.
Default index.html file and directory used.
Can connect via browser on host machine via nginx_service.xml file.
2016-07-22 11:26:07 +01:00

14 lines
304 B
JSON

{
"name": "jfryman/puppet-nginx",
"type": "project",
"description": "Puppet module for nginx installation",
"keywords": ["puppet", "nginx"],
"license": "Apache-2.0",
"require": {
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}