07-28-2020, 09:02 AM
I think firewall can't perform the job of a reverse proxy. Firewall doesn't care about the content of the HTTP request, which is needed by the portal.
I suggest you to look at nginx and its reverse proxy features with the directive: proxy_pass.
Look at thid doc for reference:
https://docs.nginx.com/nginx/admin-guide...rse-proxy/
I suggest you to look at nginx and its reverse proxy features with the directive: proxy_pass.
Look at thid doc for reference:
https://docs.nginx.com/nginx/admin-guide...rse-proxy/