Solved mastodon and peertube domain bug

This commit is contained in:
2025-02-21 12:34:31 +01:00
parent ba49c2a840
commit 08ee5dff9c
3 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ map $http_upgrade $connection_upgrade {
}
server {
server_name {{domains[application_id]}};
server_name {{domain}};
{% include 'roles/letsencrypt/templates/ssl_header.j2' %}