NancyFX没有在nginx / mono上工作,但在IIS上没问题

时间:2014-12-13 02:26:05

标签: c# nginx mono nancy

我有一个仅在开发中运行的基本模块(IIS / Win2012),但在部署到mono / nginx安装时却没有。服务器正在提供其他单声道项目(服务堆栈等..)是否有任何特殊的单声道配置我需要运行此模块?我现在得到外星人404

public class IndexModule : NancyModule
{
    public IndexModule()
    {
        Get["/"] = _ => "Hello World!";
    }
}

干杯

0 个答案:

没有答案