Skip to content

Commit

Permalink
Add support for Gentoo to nginx.ng
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaSDK committed Aug 15, 2015
1 parent 2fe6f58 commit 586a7c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FORMULA
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nginx
os: RedHat, Debian, Ubuntu, Suse
os_family: RedHat, Debian, Suse
os: RedHat, Debian, Ubuntu, Suse, Gentoo
os_family: RedHat, Debian, Suse, Gentoo
version: 201507
release: 1
minimum_version: 2015.8
Expand Down
9 changes: 9 additions & 0 deletions nginx/ng/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
'vhost_enabled': '/etc/nginx/sites-enabled',
'vhost_use_symlink': True,
},
'Gentoo': {
'package': 'www-servers/nginx',
'service': 'nginx',
'webuser': 'nginx',
'conf_file': '/etc/nginx/nginx.conf',
'vhost_available': '/etc/nginx/sites-available',
'vhost_enabled': '/etc/nginx/sites-enabled',
'vhost_use_symlink': True,
},
}, default='Debian' ),
'install_from_source': False,
'install_from_ppa': False,
Expand Down

0 comments on commit 586a7c8

Please sign in to comment.