-
Notifications
You must be signed in to change notification settings - Fork 1
AWS Route 53
Joshua1023 edited this page Oct 23, 2024
·
1 revision
Suppose you have bought a domain name on AWS.
Go to Route 53 -> Hosted zones, and select Create record.
Specify the 7 subdomains:
login
portal
bug
build
review
mail
x
Specify Value as the IP address of the deployment machine.
Select Create records.
It will be like:
Modify ip_unprivileged_port_start
Follow the instructions in AlmaLinux or Fedora or RHEL and set the domain, subdomains and port when you run nsbox
:
./portal --workdir $PWD/workdir/ \
--hostname nsboxaws.com \
--login_domain login.nsboxaws.com \
--portal_domain portal.nsboxaws.com \
--bug_domain bug.nsboxaws.com \
--build_domain build.nsboxaws.com \
--review_domain review.nsboxaws.com \
--mail_domain mail.nsboxaws.com \
--cross_domain x.nsboxaws.com \
--port 443