Created
December 11, 2022 05:12
-
-
Save gte445e/835965f91d9aefd714f2e9892d16c77c to your computer and use it in GitHub Desktop.
cloud-init with nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
package_upgrade: true | |
packages: | |
- nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment