By mpasquali
I have Nginx, Gunicorn, set up for a Django app. I’d like to test, so only myself and one other individual on my network can see the site. However, I would like to test mail through my mail host and mail sender service as well. I am utilizing Cloudflare and have their IPs whitelisted in my fw. I already have a rule to deny all traffic except the Cloudflare IPs, my local host, plus SSH and Nginx. How can I correctly accomplish denying traffic on my fw for staging purposes?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi @mpasquali,
You can restrict access to your website or some parts of it by implementing a username/password authentication. Usernames and passwords are taken from a file created and populated by a password file creation tool.
HTTP Basic authentication can also be combined with other access restriction methods, for example restricting access by IP address or geographical location.
I’ll suggest taking a look the Nginx docs about this one here:
As a whole, I’ll suggest giving the whole Security section a read.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.