Hi All,
We hope that you’ll join us this month for the upcoming NGINX user conference,
nginx.conf 2015, September 22-24 at Fort Mason in San Francisco.
There are a lot of amazing talks from people like you who are building cool
shi+ with NGINX.
Our guest speakers at nginx.conf 2015 will hel
Hi all,
The developer relations team along with several members of the community
have been working towards creating a new public NGINX wiki. This wiki's
source files are stored on GitHub in an easy to modify format called
reStructuredText (rst). The source for this has just been made public at:
h
Hello!
On Wed, Sep 09, 2015 at 12:38:18PM +0200, Nguyen Nhat Khang wrote:
> I've one storage server using nginx, one cache file server using nginx.
> The following are my configuration files:
[...]
> proxy_cache_key $request_uri;
> proxy_cache_valid200 30d;
> pro
Hello!
On Wed, Sep 09, 2015 at 07:09:05AM -0400, kay wrote:
> I have a problem with nginx and websockets proxy.
>
> Here is the message I receive:
>
> [error] 20999#0: *1997296 send() failed (32: Broken pipe) while proxying
> upgraded connection, client: 10.0.25.47, server: example.com, request
I have a problem with nginx and websockets proxy.
Here is the message I receive:
[error] 20999#0: *1997296 send() failed (32: Broken pipe) while proxying
upgraded connection, client: 10.0.25.47, server: example.com, request: "GET
/xmpp/ HTTP/1.1", upstream: "http://192.168.122.8:5280/xmpp/";, hos
I've one storage server using nginx, one cache file server using nginx.
The following are my configuration files:
1. storage_server.conf(ip address 192.168.1.10):
server {
listen 80;
listen [::]:80 ipv6only=on;
server_name _;
location / {
return 403;
}
loca
On Tue, Sep 08, 2015 at 09:23:08AM -0500, Kristofer Pettijohn wrote:
Hi there,
> When I do that, and use "root" instead of "alias" inside of
> "location /grant", it works. However, inside of the path I need to
> create a symlink "ln -s . grant/" with how the root directive looks
> for any static