更换图床为 Gitee

This commit is contained in:
FlintyLemming
2024-11-20 13:43:52 +08:00
parent d0b8a5bfee
commit 8c65fbd11d
128 changed files with 1035 additions and 1035 deletions

View File

@@ -6,7 +6,7 @@ date = "2022-09-24"
description = "主要就是在启动时加几个参数"
categories = ["MineService"]
tags = ["Blog", "Hugo"]
image = "https://hf-public-source.mitsea.com:8840/images/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://gitee.com/flintylemming/mitsea-public-source/raw/master/images/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 反代为公网服务会遇到一些问题,应该加上一些参数启动。我的启动命令如下。