├── .gitignore ├── README.md ├── SS ├── nginx setting.png └── nodejs response .png ├── nginx └── default └── node ├── index.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardinusawan/Nginx-direct-file-upload-without-passing-them-through-backend/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardinusawan/Nginx-direct-file-upload-without-passing-them-through-backend/HEAD/README.md -------------------------------------------------------------------------------- /SS/nginx setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardinusawan/Nginx-direct-file-upload-without-passing-them-through-backend/HEAD/SS/nginx setting.png -------------------------------------------------------------------------------- /SS/nodejs response .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardinusawan/Nginx-direct-file-upload-without-passing-them-through-backend/HEAD/SS/nodejs response .png -------------------------------------------------------------------------------- /nginx/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardinusawan/Nginx-direct-file-upload-without-passing-them-through-backend/HEAD/nginx/default -------------------------------------------------------------------------------- /node/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardinusawan/Nginx-direct-file-upload-without-passing-them-through-backend/HEAD/node/index.js -------------------------------------------------------------------------------- /node/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardinusawan/Nginx-direct-file-upload-without-passing-them-through-backend/HEAD/node/package.json --------------------------------------------------------------------------------