Hello!
On Wed, Oct 30, 2013 at 8:39 AM, Xiangong Yang wrote:
> the chunkin-nginx-module is not compatible with nginx 1.5.x
>
> In nginx 1.5.3, the error when making is as follows:
>
To answer your question, I'd just quote the ngx_chunkin's official
documentation:
"This module is no longer needed
On Wed, Oct 30, 2013 at 11:15:42AM +0100, Philipp Kraus wrote:
> Am 29.10.2013 um 21:30 schrieb Francis Daly :
> > On Tue, Oct 29, 2013 at 07:34:15PM +0100, Philipp Kraus wrote:
Hi there,
There are a few possible different reasons for things not to be working
the way you want.
The best chance of
Hi,agentzh, the chunkin-nginx-module is not compatible with nginx 1.5.x
*In nginx 1.5.3, the error when making is as follows:*
cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g
-DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR
-DNDK_SET_VAR -DNDK_UPSTR
Hi,agentzh, the chunkin-nginx-module is not compatible with nginx 1.5.x
*In nginx 1.5.3, the error when making is as follows:*
cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g
-DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR
-DNDK_SET_VAR -DNDK_UPSTR
Am 29.10.2013 um 21:30 schrieb Francis Daly :
> On Tue, Oct 29, 2013 at 07:34:15PM +0100, Philipp Kraus wrote:
>
> Hi there,
>
>>location /gitlab {
>>root /home/gitlab/gitlab/public;
>>try_files $uri $uri/index.html $uri.html @gitlab;
>
> I suspect that the "$uri/index.html
hopefully someone can help, i've been trying to set up nginx with virtual
hosts but the default host always overrides any of the others that i
specify.
here is my config file found in /etc/nginx/sites-enabled
server {
listen 80;
server_name sub.example.com;
return 404;
}
server {