首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX 提问指南
广告
V2EX
›
问与答
mono+nginx 无法正常显示页面,反复检查无果
Hansee
·
2014-06-19 23:51:09 +08:00
· 2178 次点击
这是一个创建于 3811 天前的主题,其中的信息可能已经有所发展或是发生改变。
配置了以后显示的页面是这样的,弄了一下午但还是无法正常显示ASP页面。
Nginx.conf里用mono上的文档配置如下:
server {
listen 80;
server_name localhost;
location / {
root /data0/web;
index index.html index.htm;
fastcgi_index Default.aspx;
fastcgi_pass 127.0.0.1:9000;
include fastcgi_params;
}
}
页面
nginx.conf
mono+nginx
1 条回复
•
2014-06-20 09:43:38 +08:00
1
msg7086
2014-06-20 09:43:38 +08:00
https://gist.github.com/msg7086/db5ce9613dc4b48e1ed1
看了一下,配置的外观应该是和PHP-FPM一样的。你参考一下?
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5683 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 30ms ·
UTC 01:39
·
PVG 09:39
·
LAX 17:39
·
JFK 20:39
Developed with
CodeLauncher
♥ Do have faith in what you're doing.