You can speak at nginx conference this September in Portland.

2017-05-02 Thread Nick Shadrin
NGINX conference will be held in Portland, Oregon (USA) this September 6th-8th. This is a highly technical event where you will join the most skilled professionals in today's web technology, including the founders and core engineers of NGINX. You are experienced in high performance, web tech, de

Rename log file based on its content

2017-05-02 Thread SARA QUISPE MEJIA
I want to know How can I do for to rename a log file in function to the date of my log file ? I known that in a log file I could find differents dates but I want to save just the first date. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/

performance using variables?

2017-05-02 Thread Ingo Baab
Hello List! I got a question regarding performance of my nginx configuration files using variables. Will there be any slow LUA-runtime-parsing if I set a variable $phpuser inside my server block and use it afterwards in several common config files. Q: Is this a performance disadvantage? u