Opened 4 years ago

Closed 4 years ago

#5602 closed defect (fixed)

Trac (issues.mediagoblin.org) is rejecting registrations again

Reported by: Ben Sturmfels Owned by:
Priority: minor Milestone: 0.10.0
Component: infrastructure Keywords:
Cc: Simon Fondrie-Teitler Parent Tickets:

Description

I thought I'd fixed this, but clearly not. Investigate what I did last time and check it has been applied permanently. Was related to HAProxy.

Change History (1)

comment:1 by Ben Sturmfels, 4 years ago

Cc: Simon Fondrie-Teitler added
Resolution: fixed
Status: newclosed

Trac is now fixed. The issue was that the the local changes I'd made to haproxy to add option forwardfor had been lost and the upstream merged changes hadn't been yet pulled down.

Fixed with:

sudo su
cd ~/mediagoblin-compose
git pull origin master
/root/docker-compose-venv/bin/docker-compose build --no-cache haproxy
/root/docker-compose-venv/bin/docker-compose stop haproxy
/root/docker-compose-venv/bin/docker-compose start haproxy
Note: See TracTickets for help on using tickets.