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
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
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
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
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
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
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 {