OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

This topic contains 5 replies, has 3 voices, and was last updated by  Alexandr Smaga 9 years, 9 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #26115

    Jowo
    Participant

    I just tried to install with Nginx but I have some issues. When I visit login it just says “Access denied”. Nothing else.

    I used the same configuration as seen here: http://oroinc.com/orocrm/blog/news/orocrm-installation-on-server-with-nginx-php-fpm

    Logs:

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #26116

    Hi.
    Check that your nginx started as www-data user.
    Check that /var/run/php5-fpm.sock owner is www-data and it has read-write permission.
    Check that www-data user has permissions to read /home/httpd/example.com

    #26117

    Jowo
    Participant

    This is all correct.

    I can install and run phpmyadmin with no issues.

    #26118

    Alexandr Smaga
    Participant

    Hi!

    As I see from the error message access denied due to security.limit_extensions.
    This setting is responsible for limiting access to files with given extension. So I guess that main reason of the issue is rewrite rules, please try links from this post to check your configuration.

    #26119

    Jowo
    Participant

    This configuration works:

    http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html#nginx

    Your example on Oro docs does not (for me). You might want to update or confirm that it works.

    Thanks.

    #26120

    Alexandr Smaga
    Participant

    Hello @jowo.

    Yes you are right our doc contained only apache2 configuration example, I’ve updated doc.
    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top