Currently this all runs within the webserver folder:
I currently have webserver configuration that denies access to these files thou a external location option should be added so the code and files do not run within the HTTP access area.
location ~(\.dat|\test|\.log|\.time) { return 403;