using variables in certificate path names

2015-12-15 Thread Aleksey Portnov
Hello! Is it possible and correct something like: server { listen 1.1.1.1:443 ssl; server_name sitename.de sitename.fr sitename.nl; root /var/www/vhosts/Live/public_html; ssl_certificate /etc/ssl/web/$host.pem; ssl_certificate_key /etc/ssl/web/$host.key; ... #commont

using same cookie in map for 2 independent sites

2015-04-15 Thread Aleksey Portnov
are referencing a variable with the same name. This is very much like local variables in C/C++ function bodies. Each invocation of the C/C++ function does use its own version of those local variables (on the stack). - Can someone approve it? It it's true my config is