Commit d531af58320839d68988506e5c46eae1e896c6d5
1 parent
599e3fdb
Exists in
r5_design
and in
1 other branch
noosfero: restart (and not just reload) nginx
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
cookbooks/noosfero/recipes/default.rb
| @@ -60,5 +60,5 @@ end | @@ -60,5 +60,5 @@ end | ||
| 60 | template '/etc/nginx/conf.d/noosfero.conf' do | 60 | template '/etc/nginx/conf.d/noosfero.conf' do |
| 61 | owner 'root'; group 'root'; mode 0644 | 61 | owner 'root'; group 'root'; mode 0644 |
| 62 | source 'nginx.conf.erb' | 62 | source 'nginx.conf.erb' |
| 63 | - notifies :reload, 'service[nginx]' | 63 | + notifies :restart, 'service[nginx]' |
| 64 | end | 64 | end |
cookbooks/noosfero/templates/nginx.conf.erb