Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

apps behind reverse proxy

$
0
0
Hi team,
here is what i wrote in the conf file of nginx:

server {
listen 443 ssl;
server_name 10.10.10.100;
access_log off ;
error_log off ;
ssl_certificate /etc/nginx-selfsigned.crt;
ssl_certificate_key /etc/nginx-selfsigned.key;

location /app
{
rewrite ^/e3(.*) /$1 break;
proxy_pass https://10.10.10.101/;
}

the login page is displayed well (https://10.10.10.100:443/app); when I enter my credentials and confirm the connection, instead of displaying the home page correctly, I rather receive a blank (empty) page. I do not understand why.

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>