This is my url: https://front.example.net/#/dashboard/partners/partner/{partner_name}/orders/list
I would like to setup subdomain for every {partner_name} via Nginx.
For example, instead of: https://front.example.net/#/dashboard/partners/partner/google/orders/list I want something like this: https://google.example.net/orders/list
Thank you!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello,
What I would suggest is creating server blocks for each subdomain name, that way you would have full control over how the content is being loaded.
For more information on how to setup server blocks I would recommend going through this guide here:
https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04
Regards, Bobby