Re: Nginx LUA

2015-06-13 Thread Yichun Zhang (agentzh)
Hello! On Sun, Jun 7, 2015 at 10:41 PM, nginxsantos wrote: > Can anyone please help me with a lua configuration which I can embedded into > nginx.conf to send the following sepaately in access log. > > user_agent_os > user_agent_browser > user_agent_version > > At present all these fields are embe

Re: 答复: 答复: nginx plus with ssl on TCP load balance not work

2015-06-13 Thread huakaibird
Any help on this? not working Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259522,259599#msg-259599 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Help secure my location block

2015-06-13 Thread Abhi
I have files that are served by the backend web app at |/xxx/File?file=yyy.png|. These files are stored at |/storage/files| on the server. So, I wrote a location block to serve these files from storage directly from the web server. Here is my first take: |location /xxx/File { if ($request