Re: Let's Encrypt TLS project: seeking nginx configuration module help

2015-11-12 Thread George
Folks might also want to look into letsencrypt client's webroot authentication plugin see - http://letsencrypt.readthedocs.org/en/latest/using.html#plugins - https://community.letsencrypt.org/t/letsencrypt-webroot-authentication-tested-on-beta-invited-whitelisted-domain/227612 - https://community

Re: Best practice for URL rewriting with php parameter

2015-11-12 Thread Mik J
Hello Francis, I tried again your solution from yesterday and didn't manage to make it work location = /information { rewrite ^ /index.php?x=information; }   location = /index.php {     fastcgi_pass 127.0.0.1:9000;    fastcgi_param SCRIPT_FILENAME $document_root$uri;     fastcgi_param QUERY_STRIN

Re: HTTP/2 Issues

2015-11-12 Thread Matthias Rieber
Hi! On Thu, 12 Nov 2015, Valentin V. Bartenev wrote: > On Thursday 12 November 2015 19:17:37 Valentin V. Bartenev wrote: > > On Thursday 12 November 2015 00:37:36 DrDinosaur wrote: > > > Hi, > > > > > > I was having a few issues with HTTP/2 requests. Some files and images > > > aren't > > > loa

Re: HTTP/2 Issues

2015-11-12 Thread Valentin V. Bartenev
On Thursday 12 November 2015 19:17:37 Valentin V. Bartenev wrote: > On Thursday 12 November 2015 00:37:36 DrDinosaur wrote: > > Hi, > > > > I was having a few issues with HTTP/2 requests. Some files and images aren't > > loading on Chrome. I filed a bug report and documented the issue extensively

Re: HTTP/2 Issues

2015-11-12 Thread Valentin V. Bartenev
On Thursday 12 November 2015 00:37:36 DrDinosaur wrote: > Hi, > > I was having a few issues with HTTP/2 requests. Some files and images aren't > loading on Chrome. I filed a bug report and documented the issue extensively > here: https://code.google.com/p/chromium/issues/detail?id=553282 > > It m

Re: HTTP/2 Issues

2015-11-12 Thread Valentin V. Bartenev
On Thursday 12 November 2015 00:37:36 DrDinosaur wrote: > Hi, > > I was having a few issues with HTTP/2 requests. Some files and images aren't > loading on Chrome. I filed a bug report and documented the issue extensively > here: https://code.google.com/p/chromium/issues/detail?id=553282 > > It m

Wordpress on subdirs

2015-11-12 Thread Janowski Marcin
Hello, I have few wordpress instalations on one vhost: location /pl { try_files $uri $uri/ /pl/index.php?$args; } # Add trailing slash to */wp-admin requests. rewrite /pl/wp-admin$ $scheme://$host$uri/index.php permanent; location /en {