variables in "include"

Michael Shadle mike503 at gmail.com
Tue Jul 21 03:01:17 MSD 2009


that too! didn't even think about that, duh :)

i think having a limited htaccess support module would be great, and
for the most part, i think servers can handle a few extra stat calls
cached appropriately (doesn't the filesystem have caching type things,
or inotify/dnotify/kernel notifications, etc)

scaling that is probably a lot easier especially if it can be turned
on/off by location {} too.

On Mon, Jul 20, 2009 at 3:54 PM, Kaspars<kaspars at konstruktors.com> wrote:
>> the problem is that gives them a ton of control, and also if the file is
>> removed i think nginx will not be able to start. there is no configuration
>> macro to test the existence of a file and included it conditionally.
>
> The problem is that currently for every change in nginx.conf you have to
> restart the server. That's why something like:
>
> /home/var/vhosts/*/nginx.config
>
> doesn't make sense, as it requires a restart (or a silent re-read of the
> config file).
>
>
>





More information about the nginx mailing list