I'm developing an app where users can upload files. Being a bit paranoid about users uploads I'd like to know if it's possible (and how) to route a possible URL like /upload to different server than main one.
To give me more details I'm going to deploy a Laravel installation on the second server.
@thesimons I don't have any experience with it directly, but I don't think there is a straightforward answer to it. It may not be possible directly to handle the code base without tailoring on server configuration, which is at least my understanding.