Hello folks!
I am pleased to announce that the new mainline version of
ngx_openresty, 1.4.3.1, is now released:
http://openresty.org/#Download
Special thanks go to all the contributors for making this happen!
Below is the complete change log for this release, as compared to the
last (mainli
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" there may cause you problems. You
may be better off using
Hello Nginx experts,
We make heavy use of Nginx as a reverse-proxy/load-balancer. It communicates
with Apache and Tornado hosts upstream and proxies them publicly on port
80/443 - pretty standard.
The problem is, when pinging the LB host, every 30 pings or so, a ping is
completely dropped and the
Hello,
I have created for my GitLab installation this entries in the configuration:
location /gitlab {
root /home/gitlab/gitlab/public;
try_files $uri $uri/index.html $uri.html @gitlab;
}
location @gitlab {
proxy_read_timeout 300;
proxy_connect_ti
Was there ever any progress on this topic? Personally I think it would be
very interesting to see nginx supporting CyaSSL with the NTRU algorithm for
high performance websites. To be honest, I'd love to run some benchmarks on
my own on this.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?
Hello!
On Tue, Oct 29, 2013 at 11:27:48AM +0100,
e1c1bac6253dc54a1e89ddc046585...@posteo.net wrote:
> Hi,
>
> ./configure: error: the HTTP rewrite module requires the PCRE library.
> You can either disable the module by using
> --without-http_rewrite_module
> option, or install the PCRE library
Hello!
On Tue, Oct 29, 2013 at 10:23:37AM +0100, smain...@free.fr wrote:
> Hello,
>
> We're trying to use an appliance with the Nginx Webdav server.
> It is a streaming encoding plateform which is trying to send chunks.
>
> But for each chunks, we got a 500 error.
>
> We noticed the following
Hi,
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using
--without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE
library
statically from the source with nginx by using --with-pcre=
option.
mkdir -p /data/ram/864/.tmp ??
smain...@free.fr wrote:
>Hello,
>
>We're trying to use an appliance with the Nginx Webdav server.
>It is a streaming encoding plateform which is trying to send chunks.
>
>But for each chunks, we got a 500 error.
>
>We noticed the following error logs :
>2013/10/25
Hello,
We're trying to use an appliance with the Nginx Webdav server.
It is a streaming encoding plateform which is trying to send chunks.
But for each chunks, we got a 500 error.
We noticed the following error logs :
2013/10/25 16:24:17 [error] 35861#0: *50524 no user/password was provided for
10 matches
Mail list logo