Re: example.com is found, but not www.example.com

2015-05-17 Thread Nikolaj Schomacker
You need to point www.inplanesight.org to the same IP as inplanesight.org. You can also make an A record in your DNS for *.inplanesigt.org which will act as a "catch all" for any subdomain. On Mon, May 18, 2015 at 1:54 AM Reinis Rozitis wrote: > > Well this looks so simple in the nginx manual.

Re: static file performance "staircase" pattern

2015-05-11 Thread Nikolaj Schomacker
n't matter if you just do it right with canonical > link. > > Nikolaj Schomacker > 11 May 2015 08:49 > > And a last thing you should be aware of if it applies to your case is SEO. > Using multiple domains for images is perfectly fine in the eyes of Google, > but be su

Re: static file performance "staircase" pattern

2015-05-10 Thread Nikolaj Schomacker
And a last thing you should be aware of if it applies to your case is SEO. Using multiple domains for images is perfectly fine in the eyes of Google, but be sure the same images is always served from the same subdomain. Also be sure to have all of the subdomains added to the same webmasters account

Re: unsubrile me pls ty

2015-04-15 Thread Nikolaj Schomacker
You can go to this page to unsubscribe http://mailman.nginx.org/mailman/listinfo/nginx If you have forgotten your password (which was sent to you in the first mail you received) there's also instructions on getting that back :) On Thu, Apr 16, 2015, 03:59 Mic Tremblay wrote: > > ___

Re: 403 Forbidden

2015-03-09 Thread Nikolaj Schomacker
It's important that the right access is set for the files and folders in /var/www/testdomain.ovh/web. Nginx is running as user www-data (per default) and folders needs to be set with (at least) execute and read permissions for www-data. For files read permission is the least required. ~sjums On