------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4631/
------------------------------------------------------------------------------

New update by kbjerke
For Beanbag, Inc. > Review Board > Ticket #4631


Reply:

    The hostname there is correct. The upstream rule refers to a remote server, 
or rather the docker container that's running Review Board, and I only have 
Nginx as reverse proxy, no Apache. A short update, I tried to go back to just 
using Apache again, with my default SSL settings etc.
    This is the VirtualHost:
    <VirtualHost *:443>
      ServerName our.domain.com
      ProxyRequests Off
      ProxyPreserveHost On
    
      ProxyPass /rb/ http://rb:8000/rb/
      ProxyPassReverse /rb/ http://rb:8000/rb/
      RequestHeader set X-Forwarded-Proto "https"
    #  RequestHeader set X-Forwarded-Port "443"
    
      <Location /rb/>
        require all granted
      </Location></VirtualHost>
    
    And now this works. I'm totally confused, because I'm sure I've had this 
setup prior to testing on Nginx.

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to