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
Copy file name to clipboardExpand all lines: docs/cloud/faq.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Each project gets one free domain, and unlimited subdomains; additional domains
65
65
66
66
### Which Git providers do you support?
67
67
68
-
We currently support connecting GitHub, Gitlab, and BitBucket repositories.
68
+
We currently support connecting GitHub, GitLab, and Bitbucket repositories.
69
69
70
70
<aid="min-versions"></a>
71
71
@@ -76,7 +76,7 @@ Your `composer.lock` file determines what version of Craft gets installed; your
76
76
77
77
<aid="trials"></a>
78
78
79
-
### Is there are a trial for Craft Cloud?
79
+
### Is there a trial for Craft Cloud?
80
80
81
81
Yes, all Craft Cloud projects start with a free 7-day trial.
82
82
Read more about trials in our [Billing](billing.md) article.
@@ -91,9 +91,9 @@ Read more about [region support](regions.md).
91
91
92
92
<aid="encryption"></a>
93
93
94
-
### Is data encrypted at-rest?
94
+
### Is data encrypted atrest?
95
95
96
-
Yes—your [assets](assets.md) and database are both encrypted at-rest.
96
+
Yes—your [assets](assets.md) and database are both encrypted atrest.
97
97
More information is available in our dedicated [databases](databases.md) and [security](security.md) articles.
98
98
99
99
<aid="firewall"></a>
@@ -103,15 +103,15 @@ More information is available in our dedicated [databases](databases.md) and [se
103
103
All Craft Cloud projects are protected by our Cloudflare WAF, with a “reasonable” setup of default rules.
104
104
We make specific changes to the firewall as needs arise.
105
105
106
-
Some customers have their own Cloudflare accounts in front of ours, allowing them to manage specific WAF rules before requests make it to Craft Cloud.
106
+
Some customers have their own Cloudflare accounts in front of ours, allowing them to manage specific WAF rules before requests reach Craft Cloud.
107
107
Cloudflare refers to this as the “[Orange-to-Orange](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/how-it-works/)” scenario; more information about this setup is available in the [Craft Cloud for Cloudflare](users.md) article.
108
108
109
109
<aid="htaccess"></a>
110
110
111
111
### Can I edit my .htaccess or nginx config file?
112
112
113
113
Nope, sorry!
114
-
Craft Cloud is serverless, and doesn’t use a traditional HTTP server like nginx or Apache.
114
+
Craft Cloud is serverless and doesn’t use a traditional HTTP server like nginx or Apache.
115
115
116
116
However, [redirects and rewrites](redirects.md) can be configured via your `craft-cloud.yaml` file.
117
117
@@ -145,9 +145,9 @@ If you are migrating a site to Cloud, make sure its database can be neatly impor
145
145
146
146
Currently, there is no automatic way to do this.
147
147
148
-
As a result of each environment being connected to a git repository, you can revert problematic commits and re-deploy.
149
-
If changes were made to the database that need to be rolled back (say, via a migration), the database will need to be restored to an appropriate point.
150
-
Migrations are only run once Cloud has finished building your application image.
148
+
As a result of each environment being connected to a git repository, you can revert problematic commits and redeploy.
149
+
If changes to the database need to be rolled back (e.g., via a migration), the database will need to be restored to an appropriate point.
150
+
Migrations are run only after Cloud finishes building your application image.
151
151
Failed builds are never deployed!
152
152
153
153
Read more about [deployments](deployment.md) and our [build pipeline](builds.md).
@@ -197,8 +197,8 @@ Read all about [deployments](deployment.md) and the [build pipeline](builds.md).
197
197
198
198
### How can I statically cache the front end of my site?
199
199
200
-
Craft Cloud has a built-in [static caching](static-caching.md) system that is designed to work seamlessly with Craft CMS.
201
-
On-disk and rewrite-based caches will not work, as the Cloud filesystem is ephemeral—and files in the “web root” aren’t directly exposed to the web.
200
+
Craft Cloud includes a built-in [static caching](static-caching.md) system that works seamlessly with Craft CMS.
201
+
On-disk and rewrite-based caches will not work, as the Cloud filesystem is ephemeral, and files in the “web root” aren’t directly exposed to the web.
202
202
203
203
<aid="local-dev"></a>
204
204
@@ -229,7 +229,7 @@ No. The WAF rules are designed to protect the Craft Cloud infrastructure against
229
229
230
230
As part of the [shared responsibility model](security.md), we would not disable those purposefully.
231
231
232
-
If you want to pentest your application, you can do that locally or on a separate, non-Craft Cloud installation.
232
+
If you want to pentest your application outside of that context, you can do so locally or on a separate, non-Craft Cloud installation.
0 commit comments