There is also google pagespeed (didn't use it)
https://developers.google.com/speed/pagespeed/module/
https://github.com/pagespeed/ngx_pagespeed
On Fri, Sep 2, 2016 at 3:14 PM, Miguel C wrote:
> Maybe this: https://github.com/mrclay/minify/blob/2.x/README.md
>
> Note that I never used in in produ
The gzip module compresses in realtime (uses the CPU):
http://nginx.org/en/docs/http/ngx_http_gzip_module.html
The gzip_static module use existing compressed files:
http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html
On Fri, Sep 2, 2016 at 2:43 PM, Brent Clark
wrote:
> Good day Guys
Hi,
Is it possible to tunnel TLS on one host without terminating it like
Websockets are tunneled?
http://nginx.org/en/docs/http/websocket.html
location / {
proxy_pass http://backend;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgra
Hi,
Is it possible to use NGINX to proxy TURN/TLS?
TURN is a relay server for WebRTC and it can work with UDP and TCP packets.
It feels very similar to Websockets so I wonder if it can work out of the
box
or if we there are plans to support it.
Thanks
_
So ulimit in the init script is redundant.
I'll use worker_rlimit_nofile.
Thanks
On Tue, Jun 4, 2013 at 5:35 PM, Sergey Budnevitch wrote:
>
> On 4 Jun2013, at 17:32 , pablo platt wrote:
>
> > "worker_rlimit_nofile set RLIMIT_NOFILE for workers only, so ma
ed to call ulimit in the init.d script?
On Tue, Jun 4, 2013 at 4:25 PM, Sergey Budnevitch wrote:
>
> On 4 Jun2013, at 17:04 , pablo platt wrote:
>
> > It's not clear to me how worker_rlimit_nofile, /etc/security/limits.conf
> and setting ulimit in the init.d script are r
w that you have to set the limit in the upstart script
and can't use /etc/security/limits.conf
On Tue, Jun 4, 2013 at 3:39 PM, Maxim Dounin wrote:
> Hello!
>
> On Tue, Jun 04, 2013 at 04:30:40PM +0400, Sergey Budnevitch wrote:
>
> >
> > On 4 Jun2013, at 1
Hi,
I'm using the ubuntu package from nginx.org.
In the package from the official ubuntu repo, you can set file descriptor
limit by changing /etc/default/nginx
# Check if the ULIMIT is set in /etc/default/nginx
if [ -n "$ULIMIT" ]; then
# Set the ulimits
ulimit $ULIMIT
fi
Is there a reaso
Hi,
Is there a 1.3.13 deb package for ubuntu with a websocket support?
The ppa has 1.3.12
https://launchpad.net/~nginx/+archive/development
Is this ppa official and can be trusted?
Is it safe to use 1.3.13 in production as a replacement for the package
from the ubuntu official repository or is it