diff options
author | crupest <crupest@outlook.com> | 2022-11-19 13:43:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-19 13:43:40 +0800 |
commit | 23287cb6ff316275cef5d588a7e3a2f89f622b25 (patch) | |
tree | 900d4a0953b1f6994790bfdfdd00aae8b6a77030 /template/nginx | |
parent | 031a1daa5411a6e7da9c0cf53be4e0551d189be6 (diff) | |
download | crupest-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.json | 2 |
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" |