In-reply-to » Updated the web site again to make it more man-ish. https://mkws.sh/

@lyse@lyse.isobeef.org @prologic@twtxt.net For example I have currently running a Matrix server here https://ix.social/ with the following

`server {

    server_name ix.social;
...
    location /.well-known/matrix/server {
            return 200 '{ "m.server": "syn.ix.social:443"}';
...
    }
    location /.well-known/matrix/client {
            return 200 '{"m.homeserver": {"base_url": "https://syn.ix.social:443"}}';
    	...`

This allows the user handle to be username@ix.social instead of username@syn.ix.social where Synapse is running.

⤋ Read More