How can I integrate a standalone HTML file into openresty so that the HTML displays on the browser but I can still use ngx_lua to set part of the text used within the HTML file? I understand I can do this by using rewrite_by_lua_file and having the lua script act as a proxy to the standalone HTML file, but there has to be a simpler way. Any suggestions?