Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e9dc726

Browse files
authored
Merge pull request #4289 from magento/em_magento-mc15537
Updating the configure the magento application topic
2 parents 3b27827 + 19635ad commit e9dc726

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

guides/v2.1/install-gde/install/post-install-config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Immediately after finishing your Magento installation, set up a *crontab* for th
2323

2424
For more information about cron, including how to remove a crontab and run cron from the command line, see [Configure and run cron]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-cron.html).
2525

26-
## Security settings {#post-install-secy}
26+
## Security settings and recommendations {#post-install-secy}
2727

2828
After installation, we recommend the following:
2929

@@ -33,6 +33,8 @@ After installation, we recommend the following:
3333
* Take precautions against cross-site scripting (XSS) by [securing your templates]({{ page.baseurl }}/frontend-dev-guide/templates/template-security.html)
3434
<!-- Set up roles and restricted users (Admin) -->
3535

36+
If you installed by [cloning the Magento repository]({{page.baseurl}}/install-gde/prereq/dev_install.html), make sure that when you deploy Magento, you only include files and folders that are required for the production environment. Files and folders that are not required can potentially expose security risks.
37+
3638
## Enable Apache server rewrites {#post-install-rewrites}
3739

3840
If you use the Apache web server, you must enable server rewrites for pages to display properly. Otherwise, you'll see pages without styles and other issues.

guides/v2.2/install-gde/install/post-install-config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cron&mdash;the UNIX task scheduler&mdash;is critical to Magento's day-to-day ope
2121

2222
For more information about cron, including how to remove a crontab and run cron from the command line, see [Configure and run cron]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-cron.html).
2323

24-
## Security settings {#post-install-secy}
24+
## Security settings and recommendations {#post-install-secy}
2525

2626
After installation, we recommend the following:
2727

@@ -31,6 +31,8 @@ After installation, we recommend the following:
3131
* Take precautions against cross-site scripting (XSS) by [securing your templates]({{ page.baseurl }}/frontend-dev-guide/templates/template-security.html)
3232
<!-- Set up roles and restricted users (Admin) -->
3333

34+
If you installed by [cloning the Magento repository]({{page.baseurl}}/install-gde/prereq/dev_install.html), make sure that when you deploy Magento, you only include files and folders that are required for the production environment. Files and folders that are not required can potentially expose security risks.
35+
3436
## Enable Apache server rewrites {#post-install-rewrites}
3537

3638
If you use the Apache web server, you must enable server rewrites for pages to display properly. Otherwise, you'll see pages without styles and other issues.

guides/v2.3/install-gde/install/post-install-config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cron&mdash;the UNIX task scheduler&mdash;is critical to Magento's day-to-day ope
1717

1818
For more information about cron, including how to remove a crontab and run cron from the command line, see [Configure and run cron]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-cron.html).
1919

20-
## Security settings {#post-install-secy}
20+
## Security settings and recommendations {#post-install-secy}
2121

2222
After installation, we recommend the following:
2323

@@ -27,6 +27,8 @@ After installation, we recommend the following:
2727
* Take precautions against cross-site scripting (XSS) by [securing your templates]({{page.baseurl}}/frontend-dev-guide/templates/template-security.html)
2828
<!-- Set up roles and restricted users (Admin) -->
2929

30+
If you installed by [cloning the Magento repository]({{page.baseurl}}/install-gde/prereq/dev_install.html), make sure that when you deploy Magento, you only include files and folders that are required for the production environment. Files and folders that are not required can potentially expose security risks.
31+
3032
## Enable Apache server rewrites {#post-install-rewrites}
3133

3234
If you use the Apache web server, you must enable server rewrites for pages to display properly. Otherwise, you'll see pages without styles and other issues.

0 commit comments

Comments
 (0)