Hello
I run a Nextcloud instance at home and use IPFire to redirect all HTTPS traffic to the VM where Nextcloud is running. Now I want to prevent a specific URL from being accessed externally, while allowing full access internally.
How can I achieve this? Here is the URL I would:
https://cloud.host.de/apps/passwords/
or as a wildcard
https://cloud.host.de/apps/passwords/*
Paul
Hello Paul,
this is something that you need to do inside the application, not the firewall.
IPFire will only forward the (encrypted) packets and cannot see the URL.
But in your Apache/nginx/etc. configuration, you could add a blocking for this.
OK, thanks for the feedback