待补充... Add this to your /etc/supervisord.conf: [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface And restart supervisord: sudo /etc/init.d/supervisord restart…
在Linux上使用Nginx设置ASP.NET Core的托管环境,并部署到它 创建服务文件 创建服务定义文件: sudo vim /etc/systemd/system/kestrel-basic.service 以下是我们应用程序的示例服务文件: [Unit] Description=Example .NET Web API Application running on Ubuntu [Service] WorkingDirectory=/data/web/basic/deploy Exec…