alibaba/nginx-http-concat

unknown directive "concat" in /etc/nginx/nginx.conf:69

Shacho opened this issue · 1 comments

ubuntu 出现这*
个错误,配置如下

server {location /css/ {concat on;}}

On 2014/6/2 1:12, xiami wrote:

server {location /css/ {concat on;}}


Reply to this email directly or view it on GitHub
#19 (comment).

看一下你的nginx版本: ./nginx -V,确保concat模块是编译进去的。并且确认你
启动的是这个二进制文件。

Weibin Yao
Thanks.