### 静态文件目录(static files directory) nginx对应配置为 ``` location /static { alias app/static; } ```