index change

This commit is contained in:
Yuri Kuznetsov
2021-07-29 13:47:21 +03:00
parent 2955a61a5c
commit a3845187b3

View File

@@ -33,13 +33,13 @@ echo <<<EOL
<link href="client/css/espo/hazyblue-vertical.css" rel="stylesheet" id='main-stylesheet'>
<body style="padding: 10px; max-width: 900px; padding-top: 20px; margin: 0 auto;">
<body style="padding: 20px 10px 60px 10px; max-width: 900px; margin: 0 auto">
<p>
<strong>You need to configure your webserver in order to being able to run EspoCRM.</strong>
</p>
<h1>For Apache webserver</h1>
<h2>For Apache webserver</h2>
<p>
You need to have <strong>mod_rewrite</strong> enabled. You can do it by running in the terminal:
@@ -98,7 +98,7 @@ See more details in the <a href="https://docs.espocrm.com/administration/apache-
</strong>
</p>
<h1>For Nginx webserver</h1>
<h2>For Nginx webserver</h2>
<p>
You need to configure the document root to look at the `public` directory and create an alias for the `client` directory.