Good day,
There is a site mydomen.ru/ Redirect to local SP is required 192.168.1.10:8080/asd/asd.xhtml
I try as follows:
location / { rewrite ^(.+)$ /asd/asd.xhtml$1 last; proxy_redirect off; proxy_pass http://192.168.1.10:8080/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } A cyclic redirection error is displayed.