nginx

passenger 5.0.26 with nginx deployment fix

We’re using passenger and nginx combo for our Rails application at production environment. After upgrading passenger to 5.0.26, We’re seeing errors from passenger about building the native support so file.

CodePush Ionic Instant updates

Problem: We're using an Mobile Application creator framework which need to update application instantly. Without using Store(s) Google-Play, App-store and as expected solution must be easy/Generic. Solution CodePush CodePush is a cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices.

Restrict nginx upload file size limit

Problem: We've an Enterprise level Rails application and we need to have Upload size restrictions because this could lead to a DOS(denial-of-service) to the application via filling the HDD or utilizing web resources and solution must be easy/Generic.

Redirect request based on URL paramters via nginx

Problem: We've an Enterprise level Mobile/iPad application and we did major changes to our backEnd (Rails App) so as a usual process we uploaded new app version and waiting to approve via app-Store, We don't when Apple is going to approve it, We have to support previous and upcoming version and Solution must be easy/Generic.

Understanding Nginx HTTP Proxying

General Proxying Information One reason to proxy to other servers from Nginx is the ability to scale out your infrastructure. Nginx is built to handle many concurrent connections at the same time.