[sword-devel] mailing list move (slightly)

Timmy tim.bze at gmail.com
Tue Sep 1 10:08:38 EDT 2020


Hi Troy,

Will existing links to mail archives still continue to work? I see the
https://www.crosswire.org/mailman/listinfo now shows there are no mailing
lists, but without the www the correct page shows up.

But so far the link to archives including the www work.

I think you're using apache, but in nginx, I have redirected www sites to
just go to the site without www like this:

server {
        listen 443 ssl;
        listen [::]:443 ssl;

        server_name www.sitename.com;
        return 301 https://sitename.com$request_uri;

        ssl_certificate /etc/letsencrypt/ ... /fullchain.pem;
        ssl_certificate_key /etc/letsencrypt/ ... /privkey.pem;
}

God bless,


*--Timmy Braun*


On Tue, Sep 1, 2020 at 5:36 AM Troy A. Griffitts <scribe at crosswire.org>
wrote:

> Our mailing lists are currently anchored to www.crosswire.org. With the
> deprecation of 'www' over the past decade, we are attempting to move
> each list to simply 'crosswire.org'.  This will mean that accessing
> listinfo and archives will no longer be at:
>
> https://www.crosswire.org/mailman/listinfo
>
> but soon at:
>
> https://crosswire.org/mailman/listinfo
>
> Please let me know if you find problems when access the lists after we
> finish the migration in a few hours.
>
> Hope you are all having a great start to your week!
>
> Troy
>
>
> _______________________________________________
> sword-devel mailing list: sword-devel at crosswire.org
> http://crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://crosswire.org/pipermail/sword-devel/attachments/20200901/901f5573/attachment.html>


More information about the sword-devel mailing list