From 41a72913fd68460583143381319a207ef65b999d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 18 Oct 2023 17:45:20 -0700 Subject: [PATCH] Updated CreateProjectCookbook (markdown) --- CreateProjectCookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreateProjectCookbook.md b/CreateProjectCookbook.md index 8c6e88f..ca60e65 100644 --- a/CreateProjectCookbook.md +++ b/CreateProjectCookbook.md @@ -14,7 +14,7 @@ make_project --test_app myproject * Edit html/project/project.inc, changing the master URL and copyright holder. * Protect the html/ops directory (e.g. use htpasswd to create .htaccess and .htpasswd files). -Visible result: the project web site is up at http://hostname/myproject. +Visible result: the project web site is up at https://hostname/myproject. Troubleshooting: check the Apache access and error logs.