I second this and have seen the same performance hit.
Sincerely,
Fabian Santiago
Sent from my iPhone
> On Sep 30, 2015, at 12:50 AM, bbogdan wrote:
>
> I just migrated a new customer to nginx/php-fpm and notice a considerable
> delay with requests.
>
> nginx Version 1.9.5 compiled from rpm
Thanks Rainer and Ekaterina.
The reason for my request is I have a production Nginx server (my only
server) and I wanted to play with Nginx+ without disturbing my running
server.
On 2015-09-21 07:04, Ekaterina Kukushkina wrote:
Hello Rainer,
On 21 Sep 2015, at 13:13, Rainer Duffner
wrot
Can i install nginx-plus (trial license) concurrently with nginx and run
them side by side?
- Fabe
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I hear what you're saying. i will do that instead and test it out. thank
you.
-- Fabian S.
On 2015-09-02 03:02, B.R. wrote:
> I would suggest you avoid multiple redirects in the case a client connects
> with http://domain [1], because your current setup will make the client
> following t
thanks. worked like a charm!
On 2015-09-01 17:16, Francis Daly wrote:
On Tue, Sep 01, 2015 at 04:41:20PM -0400, fsanti...@deviltracks.net
wrote:
Hi there,
1.> redirect > www.
a.) if www is already present, skip to step 2
2.> redirect http://www. request > https://..
http://ng
How do I best:
1.> redirect > www.
a.) if www is already present, skip to step 2
2.> redirect http://www. request > https://..
??? Thanks.
- Fabian S.
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/
Update;
it all works now. once i enabled ocsp stapling for ALL of my virtual
domains, they then all began reporting correct results.
- fabe
On 2015-08-23 09:55, Fabian Santiago wrote:
Thanks.
It does.
Test produces no results.
Not working on ssllabs (no result).
I'm clueless. I've seen
Sure,
here is the relevant portion of my virtual hosts config:
server {
listen 443 ssl;
server_name ;
client_max_body_size 64m;
client_body_timeout 60;
access_log /var/log/nginx/.;
error_log /var/log/nginx/.;
root /var/www/html/rc/;
index index.html index.php;
ssl_protocols TLSv