Hi there,

i still moving from Apache to nginx.

I have a config part in apache which i dont understand how to convert it 
correct to nginx.


        <Directory /var/www/vhosts/blah/fe>
                RewriteBase /
                Options FollowSymLinks
                AllowOverride All
                DirectoryIndex index.php
        </Directory>        

        <Directory /var/www/vhosts/blah/fe/static>
                Options +FollowSymLinks -Indexes
                AllowOverride none
        </Directory>

i Know that this has to be done in locations what how? ;)

Cheers

Daniel
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to