Lessons: 14Length: 2.4 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.4 Configuring Nginx

Rails applications should focus on the application logic, not exactly on asset delivery. Since Rails 3.1, the asset pipeline allows us to focus on development even further, as Rails precompiles assets for us. Those assets can be served, via a server like Nginx.

In this lesson, you'll learn how to install and configure this webserver.