Re: Host header in upstream requests

2015-03-14 Thread B.R.
Use variables list to determine what is available to you: http://nginx.org/en/docs/varindex.html --- *B. R.* On Sat, Mar 14, 2015 at 10:12 PM, Sapient Nitro wrote: > Hi, > > We are using nginx for load balancing dynamically discovered upstream > endpoints. We are in need to attach upstream hostn

[ANN] Windows nginx 1.7.11.2 Gryphon

2015-03-14 Thread itpp2012
22:02 14-3-2015 nginx 1.7.11.2 Gryphon Based on nginx 1.7.11 (14-3-2015, last changeset 6005:d84f0abd4a53) with; + nginx-module-vts (Virtual host traffic status) adding monitoring for your NOC (network operations center) see /conf/vhts see our updated 'nginx for Windows - documentation 1.1.p

Host header in upstream requests

2015-03-14 Thread Sapient Nitro
Hi, We are using nginx for load balancing dynamically discovered upstream endpoints. We are in need to attach upstream hostname as header Host in upstream requests. For example below is my existing conf extract. upstream products { server hostname1:port1; server hostname2:port2; } server

Re: gzip_types not working as expected

2015-03-14 Thread Grant
>>> gzip is not working on my piwik.js file according to Google at >>> developers.google.com/speed/pagespeed/insights. It's working fine on >>> my CSS file. How can I troubleshoot this? >>> >>> gzip on; >>> gzip_disable msie6; >>> gzip_types text/javascript application/x-javascript text/css text/

Re: Security and tunning concerns

2015-03-14 Thread dominus.ceo
This questions is originated because i would like to improve it before to put it into a production environment. Thanks in advance. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257248,257249#msg-257249 ___ nginx mailing list nginx@nginx.or

Security and tunning concerns

2015-03-14 Thread dominus.ceo
Hi everybody, Does any know if exist any kind of baseline o checklist to improve the security and performance of nginx..? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257248,257248#msg-257248 ___ nginx mailing list nginx@nginx.org http://

Re: nginx + SabreDAV: Error 405 when accessing location via WebDAV, SabreDAV web interface works without problems

2015-03-14 Thread Francis Daly
On Fri, Mar 13, 2015 at 01:23:12PM +0100, Sebastian Schwaiger wrote: Hi there, > I'm trying to set up a WebDAV server using SabreDAV. I don't see an obvious sample configuration for this for nginx, but the sabredav docs do give a sample configuration for apache at http://sabre.io/dav/webservers/