/etc/nginx/sites-available/default
server {
listen 80;
server_name localhost;
access_log /var/log/nginx/test.log;
location /{
root /var/www/My_MVC_Web/;
index index index.html index.htm default.aspx Default.aspx;
fastcgi_index Home/Index; #指定根目录访问路径(default page)
fastcgi_pass 127.0.0.1:9000; #mono fastcgi server的url (可以指定其他服务器,目前指向本地)
include /etc/nginx/fastcgi_params; #包含 fastcgi params(php,aspnet相关的fastcgi参数配置)
}
}
/etc/init.d/nginx start|stop|reload|restart
/etc/init.d/monoserve start|stop
System.Data.dll
System.Web.ApplicationServices.dll
System.Web.DynamicData.dll
System.Web.Helpers.dll
System.Web.Mvc.dll
System.Web.Routing.dll
System.Web.WebPages.Deployment.dll
System.Web.WebPages.dll
System.Web.WebPages.Razor.dll