I have a setup where i am trying to create an ssl proxy for multiple sites on my internal network. One of these application uses the base html tag. which make any relative url a hard coded link. Using what is in the base tag and the rest of the relative link. What i am having problems with is that when I redirect from nginx to apache that is running on port 80. All of my javascript and css file report that they are coming from the non ssl address rather than the ssl address that was used to request them. Does anyone have any Ideas on how to get this working.
↧