Is it possible to pass an uploaded file from an externally facing webserver to an internal server? I do not want to use a share to copy the file after upload if I don't have to. Rather, I'd prefer to post the file from the external server directly to the internal machine. Both machines will be running nginx, and I don't want to expose the internal machine.
Thoughts?