Question

How To Properly Deny Traffic for Staging Purposes

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?


Submit an answer


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!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

KFSys
Site Moderator
Site Moderator badge
January 9, 2022
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:

https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/#configuring-nginx-and-nginx-plus-for-http-basic-authentication

As a whole, I’ll suggest giving the whole Security section a read.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.