更换图床地址

This commit is contained in:
FlintyLemming
2025-08-29 15:00:43 +08:00
parent 4ead3922fe
commit b630009a57
163 changed files with 1230 additions and 1230 deletions

View File

@@ -6,7 +6,7 @@ date = "2022-09-24"
description = "主要就是在启动时加几个参数"
categories = ["MineService"]
tags = ["Blog", "Hugo"]
image = "https://img.mitsea.com/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://hf-index.mitsea.com:8840/d/Share/mitsea-public-source/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"
+++
最近把博客迁移到了 HugoHugo 并不算是个纯静态的博客系统。一般来说,是作为一个 go 服务放在后台运行的。通过 `hugo server` 命令可以启动为服务端,默认端口为 1313。但如果直接通过 Nginx 的 proxy_pass 反代为公网服务会遇到一些问题,应该加上一些参数启动。我的启动命令如下。