当前位置: 首页> 财经> 访谈 > 网页模板快速建站工具_网页制作公司列举自己的优势_百度云网盘官网_新站如何快速收录

网页模板快速建站工具_网页制作公司列举自己的优势_百度云网盘官网_新站如何快速收录

时间:2025/7/9 4:21:26来源:https://blog.csdn.net/m0_57047579/article/details/145941606 浏览次数:0次
网页模板快速建站工具_网页制作公司列举自己的优势_百度云网盘官网_新站如何快速收录

nginx.conf文件内容如下。


worker_processes  1;events {worker_connections  1024;
}http {include       mime.types;default_type  application/json;sendfile        on;keepalive_timeout  65;server {listen       18080;# 指定前端项目所在的位置location / {root /usr/share/nginx/html/hmall-portal;}error_page   500 502 503 504  /50x.html;location = /50x.html {root   html;}location /api {rewrite /api/(.*)  /$1 break;proxy_pass http://hm:8080;}}server {listen       18081;# 指定前端项目所在的位置location / {root /usr/share/nginx/html/hmall-admin;}error_page   500 502 503 504  /50x.html;location = /50x.html {root   html;}location /api {rewrite /api/(.*)  /$1 break;proxy_pass http://hm:8080;}}
}

 

部署成功,确保MySQL、nginx、Java应用在同一个网络。

关键字:网页模板快速建站工具_网页制作公司列举自己的优势_百度云网盘官网_新站如何快速收录

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: