Skip to content

the-flashcard/upload-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

1. Install ffmpeg

  • MacOS: brew install ffmpeg
  • CentOS: apt-get install ffmpeg

2. Upload folders & nginx routing

Default setting: upload_folder = "/home/ubuntu/data/nginx/public/media"

There are 2 directories created inside this folder: upload & serve

  • upload: save the temporary files from client ( waiting for process)
  • serve: the final path to save processed files & serve for client

nginx will route /static to $upload_folder/serve folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors