nginx
Docker
代码地址:https://gitlab.ebupt.net/fabulous-group-common/frontend-share-codes/shares-2023/web-build-demo
例如:http://10.1.62.116:8888
nginx配置一般处理3个方面:前端资源、静态资源、接口转发
例子:
例如:http://10.1.69.42:10086/web
前端项目更改:
nginx配置也要修改:
整体思路和使用非docker部署一致,只是nginx存在于docker容器中。