alibaba / alibaba/nginx-http-concat

root目前只支持绝对地址吗?

Open
#46 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
863
Forks
232
PR merge metrics
No merged PRs in 30d

Description

如下:
```
location /img/ {
root ../images;
concat on;
concat_max_files 20;
}
```
这样配置下,只能找到普通静态请求,二合并静态资源请求都不行
是concat不支持吗?

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the shown nginx location with a relative root and compare ordinary static requests with concat requests. Trace the concat request handling and root-path resolution, then verify that relative roots behave consistently or that the configuration limitation is documented and covered by a regression test.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, nginx
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.