I am using for load testig and the output directory has this format.
~/.tsung/log/20120529-0139/report.html
How can i have nginx point to that directory so I can load the html files?
The portion of the path that is variable is 20120529-0139. Its a date/time stamp.
So, how will that work in the nginx config file?
Thanks