Hi all, I'm working on migrating my site from Lighttpd to Nginx. Currently in my lighty configuration, I can get environment variables using "env.<variable_name>", and also read configuration from output of a command by "include_shell". I wonder if we can do the same things in Nginx or not ?