Re: Valid characters in nginx configuration

2017-03-17 Thread Aleksandar Lazic
Hi. Am 15-03-2017 18:00, schrieb SW@EU via nginx: Hi, there can I find the description of the nginx configuration file syntax e.g. in a BNF like notation. There is defined which characters are allowed in "name" e.g. of an upstream definition? Only ASCII or UTF8, only alpha or alphanumeric a

Valid characters in nginx configuration

2017-03-15 Thread SW@EU via nginx
Hi, there can I find the description of the nginx configuration file syntax e.g. in a BNF like notation. There is defined which characters are allowed in "name" e.g. of an upstream definition? Only ASCII or UTF8, only alpha or alphanumeric and if the last, must it start with alpha. Can I use sp