DNS Multitenant on Frappe bench

I will raise your revenues or decrease your costs using solutions based on logic and in most cases, it will involve a computer. Design - Build - Improve.
I design solutions to your business problem, build it with you and your team and finally scale the solution to fix other related problems.
I use Javascript and Python as the main languages for development but I am eager and faster to learn anything that would be put a solution on the table.
Here is the process I use when setting up Multi-Tenant DNS on frappe bench
`
bench config dns_multitenant onbench new-site library.devbench setup nginxsudo service nginx reloadbench --site library.dev install-app library-managementRepeat steps 2 - 5 for every other site you wish to createTo access the sites you will then use http://library.dev:8000, http://library1.dev:8000 and so forthReboot bench server
bench restart

