网站首页 站内搜索

搜索结果

查询Tags标签: 做非,共有 1条记录
  • Nginx做非80端口转发

    安装nginx https://www.cnblogs.com/JiHC/p/15936349.html 修改nginx配置文件whereis nginx vi /usr/local/nginx/conf/nginx.conf 我的配置upstream tomcat{server localhost:8080;}server {listen 80;server_name tomcat.fahaxiki.top;location / {proxy_pass h…

    2022/2/27 7:30:25 人评论 次浏览
扫一扫关注最新编程教程