Configuring NGINX+PHP7 under Windows

Source: Internet
Author: User

Part I: preparatory work

Part Two: Installing Nginx

The third part: Install PHP (here the main nginx configuration to start PHP, the CGI run PHP) nginx configuration file is Conf folder nginx.conf

Here, I simply say the principle of configuration, because Nginx is a reverse proxy Web server, so it must rely on a real Web server to perform Dynamic Web page content, so here PHP is using fastcgi to act as this real Web server, It runs on port 9000, which is why there is such a sentence in nginx.conf, fastcgi_pass 127.0.0.1:9000; know this principle, the following ideas are very clear, open fastcgi, and then open nginx on the line

127.0. 0.1:9000 -C D:\wnmp\php\php.ini

Reference Documentation:

Http://jingyan.baidu.com/article/636f38bb408ee4d6b84610b9.html

http://www.jianshu.com/p/40106c58f353

Configuring NGINX+PHP7 under Windows

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.