Commit fc637f20 by JustSong

docs: fix typo

parent b67ff8ee
......@@ -72,12 +72,12 @@ _✨ All in one 的 OpenAI 接口,整合各种 API 访问方式,开箱即用
Nginx 的参考配置:
```
server{
server_name openai.justsong.cn; // 请根据实际情况修改你的域名
server_name openai.justsong.cn; # 请根据实际情况修改你的域名
location / {
client_max_body_size 64m;
proxy_http_version 1.1;
proxy_pass http://localhost:3000; // 请根据实际情况修改你的端口
proxy_pass http://localhost:3000; # 请根据实际情况修改你的端口
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_cache_bypass $http_upgrade;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment