Migrate nginx sites to openresty #511
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/migrate_nginx_sites_to_openresty"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Includes some minor openresty cookbook changes, which I pushed directly to its own repo's master branch as well.
Almost done. Left to do:
closes #510
@ -6,3 +6,1 @@
include_recipe "kosmos-nginx"
file "/etc/nginx/conf.d/garage.conf" do
file "/etc/openresty/conf.d/garage.conf" do
Could use
node['openresty']['dir']
here instead of hardcoding `/etc/openresty"All done and running in prod!
Looking good!