Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

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

    Comment


    • #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...
      X