redirect - Redirection with nginx -
Using this tutorial, I am trying to redirect the website of my name to IP: 8080, after that I Can I enter a name after setup? I'm getting a redirection loop ... is there any other service to redirect? There were many problems with NGNX
I want to redirect a tomcat7 application by name, which uses IP: to execute 8080.
It also does not help me:
This webpage is not available on the link:
Keep words in mind 'redirection'! = 'Enough' you redirect to a publicly accessible accessory through 301 or 302, while you can not access a backend directly on the proxy.
The minimum configuration for the proxy is name.com/<whatever> request <8080 / & lt; Whatever & gt; is:
server <80; Server_name name.com; Location / {proxy_pass $ scheme: // < Ip & gt;: 8080; }}
Comments
Post a Comment