Set php include_path from nginx
        Posted  
        
            by Sean Clark Hess
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sean Clark Hess
        
        
        
        Published on 2009-07-31T22:07:51Z
        Indexed on 
            2010/06/18
            12:43 UTC
        
        
        Read the original article
        Hit count: 397
        
Apache lets you set php.ini values for virtual hosts with the php_value directive.
Does nginx have something similar? Is there another way to set the include_path on a per-site basis?
© Stack Overflow or respective owner