Awesome. Glad you got everything working. I've filed a JIRA for updating the documentation accordingly [1].
Matt [1] https://issues.apache.org/jira/browse/NIFI-4206 On Wed, Jul 19, 2017 at 8:31 AM, Raviteja Lokineni < [email protected]> wrote: > Hi all, > > This is what I used in httpd/conf.d/nifi.conf to resolve the problem: > > ProxyPass / http://<host/ip>:8080/ >> ProxyPassReverse / http://<host/ip>:8080/ > > >> RequestHeader add X-ProxyScheme "http" >> RequestHeader add X-ProxyHost "<host/ip>" >> RequestHeader add X-ProxyPort "80" >> RequestHeader add X-ProxyContextPath "/" > > > I wasted sometime searching for a fix. Honestly this should be part of > deployment guide in the documentation > > Thanks, > > On Wed, Jul 19, 2017 at 5:30 PM, Raviteja Lokineni < > [email protected]> wrote: > >> Hi all, >> >> I was trying to configure a Nifi instance under Apache HTTPD reverse >> proxy. So I have set the following property: nifi.web.http.port.forwarding=80 >> but the nifi api still tries to communicate over 8080. Am I missing >> something? >> >> Version: 1.3.0 >> >> Thanks, >> -- >> *Raviteja Lokineni* | Business Intelligence Developer >> TD Ameritrade >> >> E: [email protected] >> >> [image: View Raviteja Lokineni's profile on LinkedIn] >> <http://in.linkedin.com/in/ravitejalokineni> >> >> > > > -- > *Raviteja Lokineni* | Business Intelligence Developer > TD Ameritrade > > E: [email protected] > > [image: View Raviteja Lokineni's profile on LinkedIn] > <http://in.linkedin.com/in/ravitejalokineni> > >
