On 07.11.2013 04:35, njvack wrote:
> they appear to be legit requests repeated by... the browser...? insanely
> quickly.
I experienced that kind of issue in either Firefox or Chrome (i think it
was Firefox) myself. The only difference is that the status code was
444. After the closing of the conn
On 05.11.2013 17:51, Richard Kearsley wrote:
> would it work like this (an include in an include?)
Did you try it? ;)
Yes it does work. Debian by default uses a folder
/etc/nginx/sites-enabled for all vHosts / domains. You can easily
include any file in there via:
include /etc/nginx/sites-en
On 05.11.2013 14:57, Richard Kearsley wrote:
> this could go on for 100's of domains...
This sounds like you want to use `include`, i use it myself for general
settings, valid for any domain:
server {
listen 443 ssl;
include /etc/nginx/ssl-common.conf;
ssl_certificate