29.01.2025, 06:31
Direct link does not work because Referer/Origin headers are missing. For security reasons any requests to app .lp files apart from index.lp must originate from the app itself.
What exactly do you want to change in the web server configuration? To prevent caching of updated files you should append app version string to all JS/CSS resource links. For development you can use os.time() as a version string.
What exactly do you want to change in the web server configuration? To prevent caching of updated files you should append app version string to all JS/CSS resource links. For development you can use os.time() as a version string.