#!/bin/sh# run this from the same directory as your config.yml!generate_nginx_config config.yml nginx.conf -ysudo cp nginx.conf /etc/nginx.confsudo /etc/init.d/nginx restartrm nginx.conf