Change server_name from ghwebhook.example.com to ghooks.org

This commit is contained in:
2026-03-10 19:38:54 -04:00
committed by GitHub
parent d3cca2bb02
commit a41fe92067

View File

@@ -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;