# Hosting different kinds of apps on nginx

DevFeed: [Hosting different kinds of apps on nginx](<https://devfeed.tech/articles/hosting-different-kinds-of-apps-on-nginx-21772.md>)

Original publisher: [Read original article](<https://enoent.fr/posts/hosting-different-kinds-of-apps-on-nginx/>)

Author: Marc Plano-Lesay

Published: 2014-10-15T08:55:00Z

Content type: tutorial

Language: en

Sources: [Marc Plano-Lesay](<https://devfeed.tech/sources/marc-plano-lesay.md>)

Topics: [nginx](<https://devfeed.tech/topics/nginx.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Ruby on Rails](<https://devfeed.tech/topics/ruby-on-rails.md>), [SSL](<https://devfeed.tech/topics/ssl.md>), [Arch Linux](<https://devfeed.tech/topics/archlinux.md>)

Tags: [hosting](<https://devfeed.tech/tags/hosting.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [php](<https://devfeed.tech/tags/php.md>), [ruby-on-rails](<https://devfeed.tech/tags/ruby-on-rails.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

A tutorial on configuring Nginx to host static HTML pages, PHP applications, Ruby on Rails or other Rack-based applications, and proxied web servers. It describes virtual-host organization and optional or required HTTPS behavior.

## Source excerpt

Engine what? Nginx (engine-x) is a web server and reverse proxy for web and mail protocols (HTTP, HTTPS, SMTP, POP3 and IMAP). It has been first released in 2004, and its usage keeps growing ever since (according to Netcraft, it was hosting 14.47% of active sites in August 2014). It's capable of hosting many kinds of applications: static HTML pages PHP, using PHP-FPM Ruby on Rails and any kind of Rack-based Ruby application, using Phusion Passenger proxying requests to another webserver (e.g. a software launching its own web server, like Kodi)