Setting SSI variables from configuration

Hi,

I have an SSI page with the following in it:


I would like to set CRAN_HOST to a given value, but I couldn’t find any
ways of doing this with nginx.
Any ideas?

Thanks,

On 09/03/12 08:33, Attila Nagy wrote:

I have an SSI page with the following in it:


I would like to set CRAN_HOST to a given value, but I couldn’t find
any ways of doing this with nginx.
Any ideas?
Just for the archive:
set $CRAN_HOST ‘text’;
works.
(10x Leki :slight_smile: