9020f6a31742d0774c518c4d9c6bddf02926e342
wiki/info/landscape/creating-ec2-image-for-webserver-from-scratch.md
| ... | ... | @@ -219,11 +219,13 @@ Update amazon cli (because pricing list requires it) |
| 219 | 219 | |
| 220 | 220 | We serve the httpd config from a separate git repo hosted within another user. |
| 221 | 221 | 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. Add a gitignore containing: |
| 222 | -- logs |
|
| 223 | -- modules |
|
| 224 | -- run |
|
| 225 | -- state |
|
| 226 | -- conf.modules.d |
|
| 227 | -- conf.d/internal-server-status.conf |
|
| 222 | + |
|
| 223 | +* logs |
|
| 224 | +* modules |
|
| 225 | +* run |
|
| 226 | +* state |
|
| 227 | +* conf.modules.d |
|
| 228 | +* conf.d/internal-server-status.conf |
|
| 229 | + |
|
| 228 | 230 | Compare the git to that in the main git repo. |
| 229 | 231 | Finally make sure the hook is installed, as a git clone --bare doesn't copy hooks. |