I currently have my nginx.conf file for my DigitalOcean app as follows
server {
allow <my public ip>
deny all;
...website config
}
However I still get a 403 forbidden when accessing my website, and looking at the logs in “Runtime logs” it looks to be picking up a completely different IP address, in the same range as the app’s local IP when running ifconfig. Is this going through some kind of proxy, and if so how do I allow access for public IP addresses?
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!