├── README.md ├── openssl └── ssl.conf ├── site-includes ├── expires.conf ├── gzip.conf ├── laravel.conf ├── log-me-not.conf └── ssl.conf └── vhost-template ├── reverse-proxy.conf └── website.conf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timgws/handy-nginx-includes/HEAD/README.md -------------------------------------------------------------------------------- /openssl/ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timgws/handy-nginx-includes/HEAD/openssl/ssl.conf -------------------------------------------------------------------------------- /site-includes/expires.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timgws/handy-nginx-includes/HEAD/site-includes/expires.conf -------------------------------------------------------------------------------- /site-includes/gzip.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timgws/handy-nginx-includes/HEAD/site-includes/gzip.conf -------------------------------------------------------------------------------- /site-includes/laravel.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timgws/handy-nginx-includes/HEAD/site-includes/laravel.conf -------------------------------------------------------------------------------- /site-includes/log-me-not.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timgws/handy-nginx-includes/HEAD/site-includes/log-me-not.conf -------------------------------------------------------------------------------- /site-includes/ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timgws/handy-nginx-includes/HEAD/site-includes/ssl.conf -------------------------------------------------------------------------------- /vhost-template/reverse-proxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timgws/handy-nginx-includes/HEAD/vhost-template/reverse-proxy.conf -------------------------------------------------------------------------------- /vhost-template/website.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timgws/handy-nginx-includes/HEAD/vhost-template/website.conf --------------------------------------------------------------------------------