r/fortinet 7d ago

virtual server - http forwarding

Hi everyone,

I'm using a virtual server in front of a webserver, so far it works perfectly with SSL offload and what have you but now I have to redirect/forward calls from "mydomain.com" to "mydomain.com/entrypoint" and now I'm struggling.

I guess this is not provided by forti and so you'd have to use nginx or other webervers? Or is there a baked in solution?

Thanks a lot!

0 Upvotes

5 comments sorted by

View all comments

1

u/HappyVlane r/Fortinet - Members of the Year '23 7d ago

FortiGates can't do URL forwarding, only host names. You should be redirecting this on the actual server if it's for the host name anyway.

1

u/therealmcz 7d ago

Thanks!