2017 NGINX User Survey: Help Us Shape the Future [reminder]

2017-06-19 Thread Owen Garrett
It’s time for the annual NGINX User Survey. We're always eager to hear about your experiences to help us evolve, improve, and shape our product roadmap. Please take ten minutes to share your thoughts: http://survey.newkind.com/r/rSzd0p89/ Thank you in ad

Re: How can I rewrite .php files properly?

2017-06-19 Thread Matthias Fechner
Am 19.06.2017 um 21:32 schrieb Joergi: > I am running a MediaWiki installation and I am using this block of rules to > rewrite requests to MediaWiki: > > > location ~ \.php { > root /home/$username/www/; > index index.php index.html; > try_files /dummy/$uri @php; > } > I use the followi

How can I rewrite .php files properly?

2017-06-19 Thread Joergi
Hi guys, I am running a MediaWiki installation and I am using this block of rules to rewrite requests to MediaWiki: location ~ \.php { root /home/$username/www/; index index.php index.html; try_files /dummy/$uri @php; } However, this is creating the problem that wiki pages, which en

Re: Proxy LDAP port TCP 389

2017-06-19 Thread Maxim Konovalov
Hello, On 19/06/2017 16:05, Jeffrey Creek wrote: > I am trying to use NGINX Plus (nginx version: nginx/1.11.10 > (nginx-plus-r12-p2)) as a load balancer for VMware Platform Services > Controller v 6.5. Everything seems to work except port 389. > > Config: > > . . . > stream { > upstrea

Proxy LDAP port TCP 389

2017-06-19 Thread Jeffrey Creek
I am trying to use NGINX Plus (nginx version: nginx/1.11.10 (nginx-plus-r12-p2)) as a load balancer for VMware Platform Services Controller v 6.5. Everything seems to work except port 389. Config: . . . stream { upstream ftwyin_psc_389 { zone ftwyin_psc 64k;