├── nginx.conf ├── nginx_ssl_options.conf ├── nginx_vhost_default.conf ├── nginx_vhost_http.conf ├── nginx_vhost_https.conf └── post-receive /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecasts/server-templates/HEAD/nginx.conf -------------------------------------------------------------------------------- /nginx_ssl_options.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecasts/server-templates/HEAD/nginx_ssl_options.conf -------------------------------------------------------------------------------- /nginx_vhost_default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecasts/server-templates/HEAD/nginx_vhost_default.conf -------------------------------------------------------------------------------- /nginx_vhost_http.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecasts/server-templates/HEAD/nginx_vhost_http.conf -------------------------------------------------------------------------------- /nginx_vhost_https.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecasts/server-templates/HEAD/nginx_vhost_https.conf -------------------------------------------------------------------------------- /post-receive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codecasts/server-templates/HEAD/post-receive --------------------------------------------------------------------------------