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

Commit f49314c

Browse files
committed
Update from technical feedback
1 parent 1355313 commit f49314c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/project/magento-app-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Attribute | Description
9191
`index` | List the static files to serve your application, such as the `index.html` file. This key expects a collection. This only works if access to the file or files is "allowed" by the `allow` or `rules` key for this location.
9292
`rules` | Specify overrides for a location. Use a regular expression to match a request. If an incoming request matches the rule, then regular handling of the request is overridden by the keys used in the rule.
9393
`passthru` | Set the URL used in the event that a static file or PHP file cannot be found. Typically, this URL is the front controller for your applications, such as `/index.php` or `/app.php`.
94-
`root` | Set the path relative to the root of the application that is exposed on the web. Typical values include `/public` and `/web`.
94+
`root` | Set the path relative to the root of the application that is exposed on the web. The public directory (location "/") for a Cloud project is set to "pub" by default.
9595
`scripts` | Allow loading scripts in this location. Set the value to `true` to allow scripts.
9696

9797
Our default configuration allows the following:

0 commit comments

Comments
 (0)