Search found 1 match
- Mon Apr 22, 2019 8:25 pm
- Forum: Database Server
- Topic: Is it possible to disable direct access to Floating IPs from http ?
- Replies: 0
- Views: 3285
Is it possible to disable direct access to Floating IPs from http ?
I can do this with the droplet's IP using an Apache a virtual host config like such : <VirtualHost 104.131.44.51:80> ServerName 104.131.44.51 Redirect 403 / ErrorDocument 403 "Sorry, direct IP access not allowed." etc.. </VirtualHost> However, when I use the same strategy for the floating IP, I can ...