atom feed4 messages in ru.sysoev.nginxRe: Rewrite configuration in web spac...
FromSent OnAttachments
mate...@centrum.czApr 15, 2009 1:18 pm 
Maxim DouninApr 15, 2009 3:21 pm 
Michael ShadleApr 15, 2009 3:43 pm 
Cliff WellsApr 15, 2009 4:29 pm 
Subject:Re: Rewrite configuration in web space (like .htaccess)
From:Cliff Wells (cli@develix.com)
Date:Apr 15, 2009 4:29:30 pm
List:ru.sysoev.nginx

On Wed, 2009-04-15 at 22:19 +0200, mate@centrum.cz wrote:

Hi, is there a way to let users without access to nginx configuration set rewrite
rules? Something like .htaccess in apache with AllowOverride option, without
need to reload server configuration. Thanks, Martin

Not as such. What you *can* do is let each user have their own instance of Nginx on 127.0.0.x and proxy to them from the main Nginx instance. This might seem like overkill, but Nginx uses so little resources it isn't a big deal and gives much more flexibility and security compared to htaccess.

Regards, Cliff