Hi Maxim,
thanks for your explanation. Is there a formula we can use to calculate the
amount of RAM needed in a reload scenario?
Thanks, Jürgen
-Ursprüngliche Nachricht-
Von: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] Im Auftrag von
Maxim Dounin
Gesendet: Samstag, 04. Juli
Hello!
On Sun, Jun 28, 2015 at 12:20:06PM -0400, prozit wrote:
> Actually, I had the same questions.
> Is this something that's available by now, or is it in the pipeline of any
> new release of Nginx or will it never be?
>
> I'm just asking since I believe this might be a good feature to add si
0.4.0 (2015-07-06)
New Feature: Server Side Websocket (issue #73)
New Feature: A build-in Jersey container to support java standard RESTful
web services (JAX-RS 2.0) (issue #74)
New Feature: Tomcat 8 embedding support (so servlet 3.1/jsp/sendfile/JSR-356
websocket work within nginx!) (issue #67)
N
Hi there
I changed to
#to detect if the device with www entered in domain is mobile
if ($http_user_agent ~* '(iPhone|iPod|iPad|Android|BlackBerry|webOS|Windows
Phone)') {
rewrite ^ http://m.domain.com$request_uri;
}
I executed the command :
$ curl -A iPad -i https://www.domain.com/#!/pt/--item