登录/注册
L
个人中心
我的账号
我的订单
我的消息
VIP计划
注销登录
首页
编程
Java
Spring
Spring Cloud
Vert.x
Thymeleaf
JAVA UI
Python
Softwares
MySQL
Android
nginx
Wechat
WEB
JavaScript
CSS
Vue.js
Web Editor
SEO
Docker Case
Linux
Linux Security
Office
Jenkins
玩机
Router
Proxmox VE/PVE
Synology
FNOS
AI
Stable Diffusion
deepseek
资源
工具
JSON Formatter
HTML Formatter
CSS Formatter
Javascript Formatter
CPUMark
Base64 Encode/Decode
URL Encode/Decode
分享
MP3 Download
首页
nginx https代理http
文章列表
nginx https代理http相关文章
Nginx 配置robots.txt禁止收录
Nginx 配置robots.txt禁止收录,在对应的server里面添加以下配置 location =/robots.txt { default_type t
Nginx
Nginx robots.txt
robots.txt
Nginx location路径匹配详解
匹配语法匹配语法[ = | ~ | ~* | ^~ | @ ] /uri/ 解释:uri是指匹配路径[ = | ~ | ~* | ^~ | @ ] 是指匹配规则
Nginx location
location
Nginx路径配置
解决centos系统使用yum安装nginx启动时报错
解决centos系统使用yum安装nginx启动时报错[::]:80 failed (97: Address family not supported by protocol)一般默认的使用yu...
nginx
linux
nginx代理Tomcat带路径的项目
nginx代理Tomcat带路径的项目location / { proxy_pass http://localhost:8080/v1/; ...
nginx
tomcat
centos 6 nginx+php7环境配置
centos 6 nginx+php7环境配置 做一记录,谨防采矿 $title(php.conf) # # The default server # server { l...
nginx
php
nginx 用户基础认证配置
场景描述某些情况下有些资源需要一个基本的认证才能让用户访问
nginx
认证
Spring Boot 3.0 新特性 - 声明式HTTP Client使用@HttpExchange
从Spring 6和Spring Boot 3开始,Spring framework支持将远程HTTP服务代理为带有HTTP交换注解方法的Java接口。类似的库,如OpenFeign和Retro...
Spring Boot 3.0新特性
Spring Boot 3.0 声明式HTTP Client
Spring @HttpExchange
Spring Boot 3.0
Nginx 日志文件access.log/error.log分割轮换
执行方案使用crontab + shell脚本方式,每天定时分隔access.log和error.log,防止文件过大带来的问题。 nginx 日志分隔脚本ng
nginx日志分隔
nginx access.log分隔
nginx 日志太大
nginx 跨域配置
nginx 跨域头统一配置 location / { add_header Access-Control-Allow-Origin *; add_header Acces...
nginx
跨域
Alpine Linux nginx安装配置
alpineLinux安装nginx更新软件apkupdate安装nginxapkaddnginx查看nginx版本nginx-vnginx启停启动停止servicenginxstop重启ser...
alpine linux
alpine
nginx
nginx 开启gzip压缩配置
nginx开启gzip压缩配置配置参考:server{listen443ssl;server_namet.example.com;#charsetkoi8-r;#access_log/var/l...
nginx
gzip
压缩
Nginx代理获取/传递真实ip
配置参考//....其他忽略....location / { proxy_set_header X-Real-IP $remote_addr; proxy_se
nginx
真实ip
nginx window 版本配置文件nginx.conf不生效解决
打开任务管理器发现一大堆nginx进程
nginx
windows 10
nginx 301重定向所有之后排除某个url
在全站升级https后,突然发现某些接口暂时不能直接重定向。需要时间处理,所以需要在nginx中重定向所有URL中排除某个指定的URL原始配置:server {
nginx
排除指定URL
Nginx通过UA名称屏蔽访问
1.新增nginx屏蔽配置文件文件暂时为/etc/nginx/conf.d/deny_ua.config说明:文件名deny_ua.config,后缀为.config非.conf,原因是.con...
nginx
蜘蛛
网站建设
上一页
下一页
热门文章
Python教程-如何在Sublime编辑器中安装Python包
[Python]
Python教程-初步认识Python
[Python]
WebMvcConfigurerAdapter @deprecated 弃用
[Spring]
Predicate使用详解
[Java]
thymeleaf textarea 赋值
[Thymeleaf]
最近更新
Notepad++ Tab制表符设置替换为4空格
[Softwares]
Java M3U8 视频下载合并
[资源]
博客/企业官网全站 CDN 配置 - 腾讯云CDN
[Java]
Jenkins 启动/重启命令shell脚本
[Jenkins]
Nuxt.js Vue 服务端渲染SSR入门
[WEB]
使用协议和Cookie告知:
🍪
使用协议和Cookie告知:
我们需要使用cookie来确保您在我们的网站上获得最佳体验。另外还您还需遵守本站相关协议。:
了解更多
我同意