diff --git a/deploy/github-to-signal.nginx.conf b/deploy/github-to-signal.nginx.conf index 6b7646f..7aa393b 100644 --- a/deploy/github-to-signal.nginx.conf +++ b/deploy/github-to-signal.nginx.conf @@ -1,6 +1,6 @@ server { listen 443 ssl; - server_name ghwebhook.example.com; + server_name ghooks.org; ssl_certificate /etc/letsencrypt/live/ghwebhook.example.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/ghwebhook.example.com/privkey.pem;