You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/cloud/cdn/trouble-fastly.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ Based on the status returned, use the following instructions to update the Fastl
270
270
271
271
- `Module is disabled`—If the Fastly module is disabled, update the environment configuration on an Integration branch in your local environment to enable it. Then, push the changes to Staging and Production. See [Manage extensions]({{ site.baseurl }}/cloud/howtos/install-components.html).
272
272
273
-
If you use [Configuration Management]({{site.baseurl}}/cloud/live/sens-data-over.html#cloud-config-specific-recomm), check the Fastly CDN module status in the `app/etc/config.php` configuration file before you push changes to the Production or Staging environment.
273
+
If you use [Configuration Management]({{site.baseurl}}/cloud/live/sens-data-over.html), check the Fastly CDN module status in the `app/etc/config.php` configuration file before you push changes to the Production or Staging environment.
274
274
275
275
If the module is not enabled (`Fastly_CDN => 0`) in the `config.php` file, delete the file and run the following command to update `config.php` with the latest configuration settings.
Copy file name to clipboardExpand all lines: src/cloud/live/sens-data-initial.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ functional_areas:
8
8
9
9
Configuration management exports your configurations to a file for pushing across your environments. This file, `config.php`, keeps your configurations consistent across all environments, decreases downtime by moving static deploy to build, and much more. This information details an example for configuring your settings, exporting the file, and deploying it.
10
10
11
-
This example shows how to use the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-config-specific-recomm) for managing the configuration:
11
+
This example shows how to use the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html) for managing the configuration:
12
12
13
13
1. Enter your configurations in your Integration environment Admin panel.
14
14
1. Create `config.php` and transfer it to your local system.
@@ -45,7 +45,7 @@ To complete these configuration management tasks, you need the following:
45
45
46
46
## Configure Magento through the Integration Admin panel {#configure}
47
47
48
-
Log into the Magento Admin panel in Integration to modify configurations. For a list of settings, see [List of system-specific configuration settings]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-clp-settings) for details.
48
+
In the Integration environment, you can log in to the Magento Admin panel to modify system configuration settings for stores, websites, modules or extensions, static file optimization, and system values related to static content deployment. See [Configuration data]({{ site.baseurl }}/cloud/live/sens-data-over.html#configuration-data).
49
49
50
50
To change locale and static file optimization settings:
51
51
@@ -75,7 +75,7 @@ To change locale and static file optimization settings:
75
75
76
76
This step creates and transfers the `config.php` configuration file on the Integration environment using a command you run on your local machine.
77
77
78
-
This procedure corresponds to step 2 in the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-config-specific-recomm). After you create `config.php`, transfer it to your local system so you can add it to Git.
78
+
This procedure corresponds to step 2 in the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html). After you create `config.php`, transfer it to your local system so you can add it to Git.
79
79
80
80
To create and transfer `config.php`:
81
81
@@ -136,7 +136,7 @@ The following snippet from `config.php` shows an example of changing the default
136
136
137
137
## Push and deploy config.php to environments {#deploy}
138
138
139
-
Now that you've created `config.php` and transferred it to your local system, commit it to Git and push it to your environments. This procedure corresponds to step 3 and 4 in the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-config-specific-recomm).
139
+
Now that you've created `config.php` and transferred it to your local system, commit it to Git and push it to your environments. This procedure corresponds to step 3 and 4 in the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html).
140
140
141
141
The following command adds, commits, and pushes to master:
142
142
@@ -178,7 +178,7 @@ If you need to modify any of these settings and update `config.php`, you will ne
178
178
179
179
To add new configurations, modify your Integration environment and run the command again to generate the file. Any new configurations are appended to the code in the file. Push it to Git following the previous steps.
180
180
181
-
For an overview, see the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html#cloud-config-specific-recomm).
181
+
For an overview, see the [recommended procedure]({{ site.baseurl }}/cloud/live/sens-data-over.html).
182
182
183
183
For this example, we'll modify static file optimization settings and add a new setting for JavaScript.
0 commit comments