mirror of
https://github.com/taigrr/github-to-signal.git
synced 2026-04-02 03:09:09 -07:00
Change server_name from ghwebhook.example.com to ghooks.org
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user