nginx.rb 128 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 template '/etc/nginx/conf.d/colab.conf' do owner 'root' group 'root' mode 0644 notifies :restart, 'service[nginx]' end