摘要:
1、首先下载 winsw 下载地址:https://github.com/kohsuke/winsw/releases winse.NET4.exe 或百度云盘:链接: https://pan.baidu.com/s/1-G1dyl1y_WA5ziGV07AHpQ 提取码: j8fy 或:https 阅读全文
posted @ 2023-06-29 11:47 且行且思 阅读(272) 评论(0) 推荐(0) 编辑
|
|||
摘要:
1、首先下载 winsw 下载地址:https://github.com/kohsuke/winsw/releases winse.NET4.exe 或百度云盘:链接: https://pan.baidu.com/s/1-G1dyl1y_WA5ziGV07AHpQ 提取码: j8fy 或:https 阅读全文
posted @ 2023-06-29 11:47 且行且思 阅读(272) 评论(0) 推荐(0) 编辑
摘要:
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev 阅读全文
posted @ 2023-06-29 10:51 且行且思 阅读(624) 评论(0) 推荐(0) 编辑
摘要:
步骤一、Windows查看所有的端口 点击电脑左下角的开始,然后选择运行选项,接着我们在弹出的窗口中,输入【cmd】命令,进行命令提示符。然后我们在窗口中输入【netstat -ano】按下回车,即会显示所有的端口占用情况。如图所示: 步骤二、查询指定的端口占用 在窗口中,继续输入【netstat 阅读全文
posted @ 2023-06-29 10:50 且行且思 阅读(595) 评论(0) 推荐(0) 编辑
摘要:
Nginx配置同一个域名http与https两种方式都可访问,证书是阿里云上免费申请的 server{listen 80;listen 443 ssl;ssl on;server_name 域名;index index.html index.htm index.php default.html de 阅读全文
posted @ 2023-06-29 10:40 且行且思 阅读(270) 评论(0) 推荐(0) 编辑 |
|||