Use Nginx+Mono+Fastcgi to configure ASP.NET operating environment

Use Nginx+Mono+Fastcgi to configure ASP.NET operating environment

The benefits of Nginx believe that I don’t need to say more, as a fairly lightweight open source Web server and reverse proxy server are very popular. More and more companies have become interested in it, including many departments of our company, using it for load balancing and resource management. I wrote an article about using Nginx for load balancing article (http://www.cnblogs.com/liping13599168/archive/2011/04/15/2017369.html). “ This article introduces how to reverse proxy through Nginx and run the asp.net website. I use the Win7 system for the test environment. First, you need to download the Nginx installation package: http://nginx.org/en/download.html, here I download the latest version: nginx/Windows-1.1.16 Unzip the package to see the directory: Nginx is the entry of the execution file, open the conf directory, you can see the nginx.conf file, this is the main configuration entry of Nginx: server { listen 8000; “ server_name` 127.0.0.1; #charset koi8-r; … } Here I change the default 80 to 8000 as the default port of the nginx web server. From here we can understand that 8000 is the web port announced by the website, that is, the port of the proxy service. Now, I can let it host the internal Related Web sites on the…

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: [email protected]

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索