Configuration of Nginx reverse proxy two examples

Source: Internet
Author: User
Tags install php nginx reverse proxy
configuration of Nginx reverse proxyTwo example entries created in 2013-10-28 96098 views Server June spent a total of 12.234 MS conducted 3 database queries, and strive to provide you with this page. Chapter:nginx Basic Operation explanation 1. Nginx Port modification Problem 2. Nginx 301 Redirection Configuration 3. Under Windows, configure the Nginx to support PHP 4. The configuration of the Nginx under Linux supports PHP 5. Install PHP with PHP-FPM 6 as a source code compiler. A practice of Nginx multi-site Configuration 7. Configuration of Nginx Reverse proxy

Nginx as a Web server an important function is the reverse proxy. In fact, we in the previous article "Nginx Multi-site configuration of a practice" in the use of Nginx reverse proxy, here simply to mention.

Here are the settings for configuring Nginx as a reverse proxy for tornado:

01 Upstream Tornado {
02 Server 127.0.0.1:8888;
03 }
04
05 server {

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.