Re: How to setup reviewboard url with path?

2015-06-21 Thread Huang Cid
My ReviewBoard is set on a VM, the reviews.example.com map to 192.168.56.99. I browse ReviewBoard from host with http://192.168.56.99/ and it is ok. And then my host uses nginx as reverse proxy: location /reviewboard/ { proxy_pass http://192.168.56.99/; proxy_set_header X-Real-IP $remote_addr;

Re: How to setup reviewboard url with path?

2015-06-21 Thread Christian Hammond
Hi, I don't have a good sense about what problems you're hitting. How does it fail? Can you show us your web server configuration for this site, and your $sitedir/conf/settings_local.py (make sure NOT to include the SECRET_KEY line or your database information). Christian On Sunday, June 21, 2

How to setup reviewboard url with path?

2015-06-21 Thread cid . pega
I use nginx as reverse proxy and http://ip/reviewboard/ for Review Board, but failed. If I use http://ip/ for Review Board, it seems work, but that's not what I want. I surfed for some posts but does not solve my problem. I use mod_wsgi for official installation guide suggests me to. Review