aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-19 13:43:40 +0800
committercrupest <crupest@outlook.com>2022-11-19 13:43:40 +0800
commit962a76fb62b3350868edda8c7b5b55323bfca880 (patch)
tree900d4a0953b1f6994790bfdfdd00aae8b6a77030 /template
parent2dc194f86144ebd0681c4858e5ebeb2ec205e7a1 (diff)
downloadcrupest-962a76fb62b3350868edda8c7b5b55323bfca880.tar.gz
crupest-962a76fb62b3350868edda8c7b5b55323bfca880.tar.bz2
crupest-962a76fb62b3350868edda8c7b5b55323bfca880.zip
Fix certbot create command and subdomain: halo -> blog.
Diffstat (limited to 'template')
-rw-r--r--template/nginx/server.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/nginx/server.json b/template/nginx/server.json
index cad0cb3..1c3165c 100644
--- a/template/nginx/server.json
+++ b/template/nginx/server.json
@@ -11,7 +11,7 @@
},
{
"type": "reverse-proxy",
- "subdomain": "halo",
+ "subdomain": "blog",
"upstream": {
"name": "halo",
"server": "halo:8090"