문제

I want to use two servers in my Rails app (with nginx server) - first for web app, second for images. User can upload image in the first server. After upload, image transferred to second server at once. After transfer, user can view image in site. How to organize file transfer from server-to-server?

도움이 되었습니까?

해결책

Thee are multiple ways to do this. I suggest you start by entering the following words into a search engine and come back with specific questions: nfs, scp, rsync, unison.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top