alibaba / alibaba/nginx-http-concat
nginx-http-concat 和 nginx反向代理 proxy_pass 能否兼容?
- Dominant language
- C
- Stars
- 863
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
nginx-http-concat 和 nginx反向代理 proxy_pass 能否兼容?
试了一下,貌似不行啊?
怎么解决呢?
配置如下:
`location /
{
proxy_pass http://127.0.0.1:8083;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_connect_timeout 60;
proxy_read_timeout 600;
proxy_send_timeout 600;
```
concat on;
concat_max_files 20;
concat_unique off;
concat_ignore_file_error on;
}`
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported nginx-http-concat configuration with proxy_pass, using the configuration shown in the issue. Inspect the module's handling of proxied responses and compare it with a direct request; done means establishing whether the combination is supported and documenting a verified workaround or limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100