Hi!
I have a special reverse_proxy Config from my Apache Server and i don't know how i must configure nginx to have the same. Here the Apache part:
ProxyPass /domain-com-path/ http://domain.com/
ProxyPassReverse /domain-com-path/ http://domain.com/
ProxyHTMLURLMap http://domain.com /domain-com-path
<Location /domain-com-path/>
ProxyPassReverse /
SetOutputFilter proxy-html
ProxyHTMLURLMap / /domain-com-path/
ProxyHTMLURLMap /domain-com-path /domain-com-path
ProxyHTMLDoctype "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">"
</Location>
So i have a domain named: mydomain.com and a domain named domain.com and now i will have www.mydomain.com/domain-com-path/
hope u know what i mean, and u can help?
best wishes
Michael