[SAC] [OSGeo] #2465: fix redirect on homepage

#2465: fix redirect on homepage
-------------------------+-----------------------
Reporter: tomkralidis | Owner: webcom@…
     Type: task | Status: new
Priority: major | Milestone: Unplanned
Component: WebSite | Keywords: website
-------------------------+-----------------------
When navigating to https://osgeo.org, I am redirected to
https://www.osgeo.org/community/getting-started-osgeo/osgeo_userid/, which
should instead have the same behaviour as navigating to
https://www.osgeo.org/

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2465&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#2465: fix redirect on homepage
-------------------------+---------------------------------------
Reporter: tomkralidis | Owner: webcom@…
     Type: task | Status: closed
Priority: major | Milestone: Sysadmin Contract 2020-I
Component: WebSite | Resolution: fixed
Keywords: website |
-------------------------+---------------------------------------
Changes (by robe):

* status: new => closed
* resolution: => fixed
* milestone: Unplanned => Sysadmin Contract 2020-I

Comment:

I made a drastic change which hopefully doesn't break anything else. I
change osgeo.org to go to wordpress container instead of osgeo.org. I
think osgeo.org was used for multiple redirects. These should be resetup
on wordpress container anyway if needed.

https://git.osgeo.org/gitea/sac/osgeo7/commit/6d796797f1f179dff5aabf794672781f10a73187

so in osgeo7 nginx container

changed file etc/nginx/sites-available/osgeo.org:
{{{

                 proxy_pass http://old-web.lxd:80/;
}}}

To:

{{{
                 proxy_pass http://wordpress.lxd:80/;
}}}

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2465#comment:1&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.