Updated CreateProjectCookbook (markdown)

David Anderson 2023-10-18 17:45:20 -07:00
parent eff9c6895c
commit 41a72913fd
1 changed files with 1 additions and 1 deletions

@ -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.