You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd simple-alb/
$ cp -p sample-alb.yml alb.yml
-> Prepare alb setting using sample.
$ make build
-> Generate nginx setting as conf.d/default.conf.
$ make up
-> Start nginx.
$ make test
-> Call test requests.