Stella981 Stella981
3年前
Nginx 反向代理Springboot oAuth https配置方案
Nginx配置方案server{listen80;server_namewww.yourname.com;rewrite^(.)$https://${server_name}$1permanent;}server{
Stella981 Stella981
3年前
Nginx – rewrite 配置 URL重写及301跳转原理图
Nginx–rewrite配置URL重写官网:http://nginx.org/en/docs/http/ngx\_http\_rewrite\_module.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fnginx
Stella981 Stella981
3年前
Apache Https 代理Tomcat服务
本文的目的实现使用Apache服务器将https请求代理转发到后台tomcat服务上。1、准备1.安装apachehttpserver2.0以上版本,并安装mod\_rewrite,mod\_ssl,mod\_proxy,proxy\_ftp\_module,proxy\_http\_module模块。2.安装cryp
Stella981 Stella981
3年前
Linux Ubuntu 下配置虚拟主机并开启ReWrite教程
LinuxUbuntu下配置虚拟主机并开启ReWrite教程(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.lmlphp.com%2Farchives%2F131%2FUbuntu_Linux_to_configure_the_virtual_host_and_open_t
Wesley13 Wesley13
3年前
301跳转,文件
<IfModulemod\_rewrite.cRewriteEngineonRewriteCond%{REQUEST\_FILENAME}!dRewriteCond%{REQUEST\_FILENAME}!fRewriteRule^(.\)$index.php/$1\QSA,PT,L\Rewrite
可莉 可莉
3年前
11.29 限制user_agent
访问控制–user\_agent目录概要user\_agent可以理解为浏览器标识核心配置文件内容<IfModulemod_rewrite.cRewriteEngineonRewriteCond%{HTTP_U
Stella981 Stella981
3年前
Nginx系列之代理之后无法加载静态资源处理方法
最近在跟https域名升级问题,遇到一个麻烦的任务,因为域名由另外的公司负责,对方公司开了一个nginx服务器做了类似的转发location/zhzw{proxy_passhttp://127.0.0.1:81/zhzw;rewrite^/zhzw
Stella981 Stella981
3年前
Apache2.4开启虚拟机配置及伪静态规则
  学习记录,配置Apache2.4版本支持虚拟机并启用伪静态规则。    1、开启虚拟机     先编辑Apache的conf目录下的httpd.conf文件。      去除LoadModulerewrite\_modulemodules/mod\_rewrite.so的注释,开启mod\_rewrite.so模块支持
胖大海 胖大海
2年前
Linux centos7 安装nginx
安装前准备安装GCC编译环境yuminstallygccgcccautoconfautomakemake安装模块依赖Nginx支持的功能模块需要有第三方的库支持,例如gzip的zlib库,rewrite重写需要的pcre库,HTTPS需要的openssl库等等。yuminstallzlibzlibdevelopensslopens