31 lines
406 B
Markdown
31 lines
406 B
Markdown
|
|
---
|
|
#领域/未知
|
|
|
|
#复盘/0 #临时/备忘 #状态/待处理
|
|
|
|
20260601-备忘-主题名-文件内容
|
|
|
|
## 一句话描述
|
|
|
|
[________]
|
|
|
|
---
|
|
|
|
物联数据中台下载连接由另一个 nginx 服务托管
|
|
|
|
```bash
|
|
C:\nginx\conf
|
|
```
|
|
|
|
```conf
|
|
server {
|
|
listen 8099;
|
|
...
|
|
|
|
location /windows{
|
|
...
|
|
alias C:/Users/Administrator/Desktop/downloads/windows;
|
|
...
|
|
}
|
|
``` |