wiki/info/landscape/creating-ec2-image-for-webserver-from-scratch.md
... ...
@@ -217,5 +217,4 @@ Update amazon cli (because pricing list requires it)
217 217
218 218
## httpd config repo
219 219
220
-Make sure the disposable reverse proxy key from root/keys is in the authorized_keys of the httpdConf user, the user has its own key in id_25519(.pub) and the user has the correct aws credentials. Finally make sure the hook is insured as a git clone --bare doesn't copy hooks.
221
-Use the branch name "main".
... ...
\ No newline at end of file
0
+Make sure the disposable reverse proxy key from root/keys is in the authorized_keys of the httpdConf user; use the branch name "main"; ensure the user has its own key in id_25519(.pub) and the user has the correct aws credentials and region. Finally make sure the hook is installed, as a git clone --bare doesn't copy hooks.