I am trying to configure Traefik on a VPS. I want to test my services by accessing through the VPS IP address. I can access the Traefik dashboard without an issue but I'm having problems when trying to use Guacamole or Portainer containers.
I have a rule - Host(<my ip>
) && PathPrefix(/portainer
)
and I also then strip the prefix /portainer using middlewares.
when I open a browser window to http:///portainer the Portainer window loads and shows 'Loading Portainer'. I can see from the network traffic that requests for resources like vendor1.css are failing with a 404 error.
Can anyone help me with the correct rule configuration?
Thanks
Alan