setting environment variable
Ziyad Saeed
myschizobuddy at gmail.com
Tue Sep 15 16:37:04 MSD 2009
Variable directive not found
Let me clarify
If http://flow3.local/*
then FLOW3_CONTEXT = Production
If http://dev.flow3.local/*
then FLOW3_CONTEXT = Development
2009/9/15 Igor Sysoev <is at rambler-co.ru>
> On Tue, Sep 15, 2009 at 02:54:44PM +0500, Ziyad Saeed wrote:
>
> > How do I set an environment variable based on the domainFor ex if the
> domain
> > is http://dev.flow3.local then FLOW3_CONTEXT = Development. Otherwise
> its
> > Production
> >
> > Nginx 0.8.15
>
> Variable $domain:
>
> http {
>
> map $http_host $domain {
> default Production;
> dev.flow3.local Development;
> }
>
>
> --
> Igor Sysoev
> http://sysoev.ru/en/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090915/2e8e7167/attachment.html>
More information about the nginx
mailing list