Refer to the official documentation and download page:
export ALICLOUD_ACCESS_KEY="anaccesskey"
export ALICLOUD_SECRET_KEY="asecretkey"Refer to the official documentation and download page:
export ALICLOUD_ACCESS_KEY="anaccesskey"
export ALICLOUD_SECRET_KEY="asecretkey"| #!/bin/bash | |
| ##### | |
| # Builds a custom nginx | |
| # | |
| RELEASE_TAGS="+lua+$(lsb_release -s -c)" | |
| RELEASE_MAINTAINER= | |
| RELEASE_MAINTAINER_EMAIL= | |
| RELEASE_MESSAGE="Add LUA support to nginx" | |
| # |