after reading answer to the question How to serve Allure Report without automatically starting the browser
I wonder how to use nginx to host allure reports properly? I suppose it would be enough if you may give an example of command for nginx and allure in proper order.
PS: I am trying to create a shared Allure report as a hosted website across company without the necessity for each user of the report to have Allure installed on his local machine, without executing "allure serve" on each new test result. Hosting is planned on AWS EC2, resolving domain and etc is planned to be done separetly with AWS ELBs. Allure documentation does not cover this topic, as there are no other questions wth detailed specific answer on this topic on StackOverflow in regards to allure.
Thanks in advance.