mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
Solved mastodon and peertube domain bug
This commit is contained in:
parent
ba49c2a840
commit
08ee5dff9c
@ -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 🚫
|
||||||
|
|
||||||
|
@ -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' %}
|
||||||
|
|
||||||
|
@ -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' %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user