Solved mastodon and peertube domain bug

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

View File

@ -139,6 +139,7 @@ Use the following tools to monitor your domain and email deliverability:
- [Google Postmaster](https://postmaster.google.com/) - Analyzes deliverability and spam issues for Gmail. - [Google Postmaster](https://postmaster.google.com/) - Analyzes deliverability and spam issues for Gmail.
- [Yahoo Postmaster](https://postmaster.yahooinc.com) - Provides insights and delivery reports for Yahoo. - [Yahoo Postmaster](https://postmaster.yahooinc.com) - Provides insights and delivery reports for Yahoo.
- [mxtoolbox.com](https://mxtoolbox.com)
### Blacklist Check 🚫 ### Blacklist Check 🚫

View File

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

View File

@ -1,5 +1,5 @@
server { server {
server_name {{domains[application_id]}}; server_name {{domain}};
{% include 'roles/letsencrypt/templates/ssl_header.j2' %} {% include 'roles/letsencrypt/templates/ssl_header.j2' %}