localhost/install/install/install/install/....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TomV
    Junior Member
    • Feb 2018
    • 28

    localhost/install/install/install/install/....

    Since a day trying to install espocrm in docker (nginx, php:fpm) and your nginx config as suggested. First time user. We thought it might be good system but stuck now:

    when we got to 'http://localhost/' we just see the nginxwelcome .. and 'http://localhost/index.php' redirect recursively: http://localhost/install/install/install/install/...

    Any suggestion?
  • tarasm
    Super Moderator
    • Mar 2014
    • 573

    #2
    Did you add these rewrite rules https://www.espocrm.com/documentatio...-nginx-server?
    Job Offers and Requests

    Comment

    • TomV
      Junior Member
      • Feb 2018
      • 28

      #3
      Yes, I did. But I just solved it: I had
      Code:
      index index.html index.html index.php;
      Notice the double ".html" instead of ".htm" ... Nginx does not give any gracefull messages...

      I will post my Docker compose .yml as soon as I have all going

      Comment

      Working...