I am running Nginx in SSL mode(HTTPS) and Application Server(Jboss) on Non SSl mode(HTTP).
I invoke my application server URL through proxy_pass, but when I hit the login page the response return to the client(Browser) contains the Script URL's with HTTP rather than HTTPS.
<script src="http://servername:9003/......>
Please suggest the Nginx configuration So that the response in URL will contain the HTTPS. As below,
<script src="https://servername:9003/......>