Roundup Tracker - Issues

Message4131

Author roy
Recipients roy
Date 2010-09-30.15:55:15
Message-id <1285862116.05.0.986453936285.issue2550668@psf.upfronthosting.co.za>
In-reply-to
OK, we've got this figured out.  The solution was to add:

proxy_set_header  X-Forwarded-For $remote_addr;

to our nginx proxy configuration for this service.  This gets us up and 
running, but somebody who knows the roundup code should figure out what's 
going on here, and especially why this only affects the Change Note 
field.  At a minimum, a note should be added to the documentation 
alerting people to do this if they're running nginx.
History
Date User Action Args
2010-09-30 15:55:16roysetmessageid: <1285862116.05.0.986453936285.issue2550668@psf.upfronthosting.co.za>
2010-09-30 15:55:16roysetrecipients: + roy
2010-09-30 15:55:15roylinkissue2550668 messages
2010-09-30 15:55:15roycreate