This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new aeb1542 Update configure-site.md
aeb1542 is described below
commit aeb1542cabd8e47935dfe13b8b3d7b3316604f27
Author: Dan Klco <[email protected]>
AuthorDate: Thu Sep 27 14:52:41 2018 -0400
Update configure-site.md
---
docs/configure-site.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/configure-site.md b/docs/configure-site.md
index defc7b0..0289fe3 100644
--- a/docs/configure-site.md
+++ b/docs/configure-site.md
@@ -42,7 +42,7 @@ Finally, you can specify a config, but by default, the site
will inherit from th
Sling CMS uses Context Aware configuration to configure the sites. By default,
you can use the configuration at */conf/global*, but you will probably want to
create a custom configuration for real-world uses.
-To create a configuration, open the *Configuration* left nav and select
*+Configuration*. This will open a new modal window to create the new
configuration. Specify a title, then select the type *Sling CMS - Site
Configuration* from the dropdown.
+To create a configuration, open the *Configuration* left nav and select
*+Configuration*. This will open a new modal window to create the new
configuration. Specify a title, set the name to "site", then select the type
*Sling CMS - Site Configuration* from the dropdown.

@@ -108,4 +108,4 @@ Create a virtual host configuration file for your site, in
CentOS, this will be
ProxyPassReverse /content/sites/mysite/
http://localhost:8080/content/sites/mysite/
</VirtualHost>
-This shows just a very simple configuration without configured client caching,
security, etc. Check the Vagrant configuration files for a more complete
example of a virtual host.
\ No newline at end of file
+This shows just a very simple configuration without configured client caching,
security, etc. Check the Vagrant configuration files for a more complete
example of a virtual host.