mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
index change
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user