vagrant works

This commit is contained in:
2019-12-10 01:39:53 -05:00
parent f1809bef83
commit 565eb9c2e7
47 changed files with 620 additions and 469 deletions

View File

@ -37,12 +37,12 @@ if node['web']['do_ssl']
end
template '/etc/openresty/autossl.conf' do
source 'autossl.conf.erb'
source 'openresty/autossl.conf.erb'
end
end
template '/etc/openresty/nginx.conf' do
source 'nginx.conf.erb'
source 'openresty/nginx.conf.erb'
end
directory '/etc/openresty/sites-enabled' do
@ -56,9 +56,9 @@ directory '/var/log/nginx/' do
end
template '/etc/openresty/sites-enabled/host.conf' do
source 'host.conf.erb'
source 'openresty/simple-proxy.conf.erb'
end
systemd_unit 'openresty' do
action :reload
end
end