Files
script/www
f7fcf4d7af docs(www): 添加 Nginx 配置文件和使用说明
- 新增 nginx.conf 和 default/nginx.conf 文件,提供基本的 Nginx 配置
- 添加 README.md 文件,说明如何下载、启用和测试 Nginx 配置
- 创建 default 目录,用于存放默认配置文件
2025-03-13 22:51:26 +08:00
..
2025-03-13 19:19:19 +08:00

Git 仓库

Nginx 配置

下载配置

curl -fsSL https://git.sugarscat.cn/me/bash/-/raw/main/www/nginx.conf > /etc/nginx/nginx.conf

测试配置

nginx -t

重启 nginx

systemctl restart nginx