Switch back to the upstream nginx cookbook
chef_nginx is deprecated
This commit is contained in:
4
cookbooks/nginx/templates/default/sv-nginx-run.erb
Normal file
4
cookbooks/nginx/templates/default/sv-nginx-run.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
ulimit -n <%= node['nginx']['ulimit'] %>
|
||||
exec 2>&1
|
||||
exec <%= node['nginx']['src_binary'] %> -c <%= node['nginx']['dir'] %>/nginx.conf
|
||||
Reference in New Issue
Block a user