Re: Problem with to multiple virtual hosts

2018-05-13 Thread Francis Daly
Hi there, it sounds like you have found a workaround for your production system, so that it a good thing. The probably-not-satisfactory but maybe-adequate thing is for you to create a new directory whenever the current directory has (say) 100 files, and put new files into the new directory. If y

Re: Problem with to multiple virtual hosts

2018-05-11 Thread auto
@Francis: so this is the big question, we only want to include 2 new sites that are only available without ssl. so we included the files without the ssl part. but if we include it, we get a ssl error?! no the new files are anywhere between the other files, these files are not the first files in th

Re: Problem with to multiple virtual hosts

2018-05-09 Thread Francis Daly
On Tue, May 08, 2018 at 01:46:07AM -0400, auto wrote: Hi there, > Today we create 2 new config-files on the nginx, copy the file to > sites-enabled and make a nginx reload. > > Now, no sites works again. But there was no error after the nginx reload. > > In the Browser we get the error that the

Problem with to multiple virtual hosts

2018-05-07 Thread auto
We use nginx for Hosting multiple hosts. We have haves mixes, some sites are only available at http:// and other sites are available with https:// We create a new config-file for every virtual hosts (domain) if there is a new customer with a new Homepage. All works correctly. Today we create 2 ne