Disabling an IP based access to my NGINX site [migrated]
So essentially I do not want people to be able to access my NGINX site, unless it is through the domain name. I have a flask instance running that controls the requests. Anyways I have used this command,
server {
listen 80 default_ser… Continue reading Disabling an IP based access to my NGINX site [migrated]