Nginx Configurations for a Secure Reverse Proxy is a collection of Nginx configurations that include some best practices to secure your application.
It's based and inspired by Nginx Server Configs and other materials that I found over the internet.
Clone this repository to /etc/nginx
and adapt the examples available in /etc/nginx/site-available
to your application configuration.
After that, just create a referral symbolic link in /etc/nginx/site-enabled
.
See LICENSE
for more details.