diff options
author | crupest <crupest@outlook.com> | 2022-11-27 11:18:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-27 11:18:47 +0800 |
commit | 3be4d089dca831ec5e79eb457100a967b8a20398 (patch) | |
tree | a27aba4a7bbac9181ecb2e71994f8d3411b8975e /template/nginx/server.json | |
parent | b0a7c606af768b190d5541e407803bd4a30b1dac (diff) | |
download | crupest-3be4d089dca831ec5e79eb457100a967b8a20398.tar.gz crupest-3be4d089dca831ec5e79eb457100a967b8a20398.tar.bz2 crupest-3be4d089dca831ec5e79eb457100a967b8a20398.zip |
Nginx add redirect.
Diffstat (limited to 'template/nginx/server.json')
-rw-r--r-- | template/nginx/server.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/nginx/server.json b/template/nginx/server.json index 56f3845..dc3904d 100644 --- a/template/nginx/server.json +++ b/template/nginx/server.json @@ -26,6 +26,11 @@ } }, { + "type": "redirect", + "subdomain": "github", + "url": "https://github.com/crupest" + }, + { "type": "cert-only", "subdomain": "mail" } |