aboutsummaryrefslogtreecommitdiff
path: root/template/nginx/server.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-27 11:18:47 +0800
committercrupest <crupest@outlook.com>2022-11-27 11:18:47 +0800
commit77d0d76287d51df6178cf0b70656ced0b62df6ef (patch)
treea27aba4a7bbac9181ecb2e71994f8d3411b8975e /template/nginx/server.json
parent7e82ff4b8b6fb665b43b05135ba0ea6a2f6adcb5 (diff)
downloadcrupest-77d0d76287d51df6178cf0b70656ced0b62df6ef.tar.gz
crupest-77d0d76287d51df6178cf0b70656ced0b62df6ef.tar.bz2
crupest-77d0d76287d51df6178cf0b70656ced0b62df6ef.zip
Nginx add redirect.
Diffstat (limited to 'template/nginx/server.json')
-rw-r--r--template/nginx/server.json5
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"
}