diff --git a/nginx/nginx/templates/000-default.conf.template b/nginx/nginx/templates/000-default.conf.template index 293d02c..ff34995 100644 --- a/nginx/nginx/templates/000-default.conf.template +++ b/nginx/nginx/templates/000-default.conf.template @@ -31,6 +31,10 @@ server { proxy_pass https://${MATRIX_HOSTNAME}; } + location /.well-known/webfinger { + proxy_pass https://${MASTODON_HOSTNAME}; + } + # separate Mastodon WEB_DOMAIN and LOCAL_DOMAIN location = /.well-known/host-meta { return 302 https://${MASTODON_HOSTNAME}$request_uri;
This is also included in #7 (https://github.com/osresearch/hackerspace-zone/pull/24/files#diff-2a889766ffd2dddaae142742fb6db4a74fcf8cd3e65401a326e1db3b045263daR63)
No due date set.
No dependencies set.
Deleting a branch is permanent. It CANNOT be undone. Continue?
This is also included in #7 (https://github.com/osresearch/hackerspace-zone/pull/24/files#diff-2a889766ffd2dddaae142742fb6db4a74fcf8cd3e65401a326e1db3b045263daR63)