redmine and nginx
Edho P Arief
edhoprima at gmail.com
Thu Feb 3 21:53:46 MSK 2011
On Fri, Feb 4, 2011 at 12:36 AM, nahte <nginx-forum at nginx.us> wrote:
> and this not
> [code]
> server {
> ...
>
> location / {
> root path_to_my_site;
> index index.php index.html index.htm;
> }
>
> location /redmine {
> root /srv/www/redmine/redmine/public/;
> access_log /srv/www/redmine/redmine/log/access.log;
> error_log /srv/www/redmine/redmine/log/error.log;
> index index.html index.htm;
> passenger_enabled on;
> allow all;
> }
>
This is not how passenger works. Actually, the one you should read is
passenger's documentation. How to achieve what you want is explained
there.
More information about the nginx
mailing list