包含标签:Nginx 的文章
-
linux安装nginx(傻瓜式)
推荐全程使用root用户操作,避免nginx启动成功后,浏览器访问提示304,没有权限访问html文件夹页面 1. Nginx 官网地址 http://nginx.org/en/download.h…… -
-
docker容器中nginx配置图片资源访问
配置方式,以及注意的地方分为两种,1:当前主机为nginx安装宿主机;2:nginx位于当前主机安装的docker容器中; 一、基于docker容器的nginx配置宿主机中的…… -
前后端分离 nginx报405错误 方法不被允许 (Method not allowed)
背景: 前端VUE+后端SpringBoot(后端生成war包,部署到tomcat中;前端通过Nginx配置) 解决: server { listen 8001; …… -
Bind for 0.0.0.0:443 failed: port is already allocated.解决方案
0.0.0.0:443 failed: port is already allocated Bind for 0.0.0.0:80 failed: port is already allocated. 一句话总结就是容器占用的port还没有完全释放 查看…… -
Docker下Nginx直接访问静态页面与反向代理到tomcat静态网页文件
前提:docker环境安装 1、mall在Linux环境下的部署(基于Docker容器): http://www.macrozheng.com/#/deploy/mall_deploy_docker 2、使用Docker Compose部署S……