hi
we need to use reverse proxy to get access to the pwa via interent
The public URL is http://x/pwa.com and the internet URL is http://y/pwa.com
we want to when a user from internet use "http://y/pwa.com" the reverse proxy convert all urls to http://x/pwa.com and send them to pwa server
now we have an odd problem. when we did all configurations, most links are converted (when user enter http://y/pwa.com all links convert to http://y /*)but the links which are specific for project server (such as project center) aren't converted . because of that users cannot go through these links.
any help would be appreciated