V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
Hansee
V2EX  ›  问与答

mono+nginx 无法正常显示页面,反复检查无果

  •  
  •   Hansee · 2014-06-19 23:51:09 +08:00 · 2120 次点击
    这是一个创建于 3613 天前的主题,其中的信息可能已经有所发展或是发生改变。


    配置了以后显示的页面是这样的,弄了一下午但还是无法正常显示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;
    }
    }
    1 条回复    2014-06-20 09:43:38 +08:00
    msg7086
        1
    msg7086  
       2014-06-20 09:43:38 +08:00
    https://gist.github.com/msg7086/db5ce9613dc4b48e1ed1

    看了一下,配置的外观应该是和PHP-FPM一样的。你参考一下?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1557 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 17:10 · PVG 01:10 · LAX 10:10 · JFK 13:10
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.