更新图床地址
This commit is contained in:
@@ -6,7 +6,7 @@ date = "2022-09-24"
|
||||
description = "主要就是在启动时加几个参数"
|
||||
categories = ["MineService"]
|
||||
tags = ["Blog", "Hugo"]
|
||||
image = "https://hf-image.mitsea.com:8840/blog/posts/2022/09/Hugo%20%E6%90%AD%E9%85%8D%20Nginx%20%E5%8F%8D%E4%BB%A3%E4%BD%BF%E7%94%A8/title.avif"
|
||||
image = "https://img.flinty.moe/blog/posts/2022/09/Hugo%20%E6%90%AD%E9%85%8D%20Nginx%20%E5%8F%8D%E4%BB%A3%E4%BD%BF%E7%94%A8/title.avif"
|
||||
+++
|
||||
|
||||
最近把博客迁移到了 Hugo,Hugo 并不算是个纯静态的博客系统。一般来说,是作为一个 go 服务放在后台运行的。通过 `hugo server` 命令可以启动为服务端,默认端口为 1313。但如果直接通过 Nginx 的 proxy_pass 反代为公网服务会遇到一些问题,应该加上一些参数启动。我的启动命令如下。
|
||||
|
||||
Reference in New Issue
Block a user