I have a simple server above with this contents now:
localhost
file_server browse
I will deploy it on files.nikiv.dev and want to then when users open files.nikiv.dev/km/open\/ Safari.kmmacros or some url like that it will start downloading the file with the name.
I basically want a server where whatever file I put inside the folders, when I push server to production, with the path I can just share the file to download instantly.
I don’t mind not using browse, I basically want a production server that locals my file system to put things to download as the files in the file system are. If users open the link, the file with exact same name and extension as I have it on the file system will be downloaded.
I read the docs on file serving and it’s not clear how I would do this.