aboutsummaryrefslogtreecommitdiff
path: root/template/nginx
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
commit23287cb6ff316275cef5d588a7e3a2f89f622b25 (patch)
tree900d4a0953b1f6994790bfdfdd00aae8b6a77030 /template/nginx
parent031a1daa5411a6e7da9c0cf53be4e0551d189be6 (diff)
downloadcrupest-23287cb6ff316275cef5d588a7e3a2f89f622b25.tar.gz
crupest-23287cb6ff316275cef5d588a7e3a2f89f622b25.tar.bz2
crupest-23287cb6ff316275cef5d588a7e3a2f89f622b25.zip
Fix certbot create command and subdomain: halo -> blog.
Diffstat (limited to 'template/nginx')
-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"