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

OSGeo trac_osgeo at osgeo.org
Fri Sep 4 14:02:26 PDT 2020


#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>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list