[libre-riscv-dev] [Bug 181] test and install public-inbox

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Sat Mar 21 07:01:25 GMT 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=181

--- Comment #58 from vklr at vkten.in <vklr at vkten.in> ---
(In reply to Luke Kenneth Casson Leighton from comment #57)
> (In reply to vklr at vkten.in from comment #55)
> > (In reply to Luke Kenneth Casson Leighton from comment #49)
> > > (In reply to vklr at vkten.in from comment #48)
> > 
> >        location /publicinbox/ {
> >                  access_log /var/log/nginx/public-inbox-httpd_access.log;
> >                  error_log /var/log/nginx/public-inbox-httpd_error.log;
> >                  proxy_pass         https://127.0.0.1:8080/;
> >                  proxy_buffering off;
> >          }
> 
> this fails not in nginx but in public-inbox-httpd.  the URL is passed in
> full including the word "publicinbox" and it cannot cope, it starts looking
> for a list named "publicinbox".
> 
> a rewrite rule or double proxypass is needed.
> 
> this is why i went with the domain name
> 
> > Also please install libplack-middleware-reverseproxy-perl
> > It's needed with nginx.
> 
> i have that.

I tested locally it is working. Please be careful with location "/" endings.

Anyway if this feature is not needed then?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list