-
Notifications
You must be signed in to change notification settings - Fork 1
task: web server v2 additional args #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Update load balancer SSL policy to `ELBSecurityPolicy-TLS13-1-2-2021-06` (enforces TLS 1.2+/TLS 1.3, modern ciphers, improved security and performance).
| privateZone: false, | ||
| }); | ||
|
|
||
| const webServerWithDomain = new studion.WebServerBuilder(`web-server-domain`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| const webServerWithDomain = new studion.WebServerBuilder(`web-server-domain`) | |
| const webServerWithCustomDomain = new studion.WebServerBuilder(`web-server-domain`) |
just because we use customDomain inside web server component 🤔
definitely if you decide to change the name then don't forget to update it on other places also
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think withDomain is already self explanatory. I don't think we need to necessary map it to a method name...
Changes: