码迷,mamicode.com
首页 >  
搜索关键字:nginx location    ( 31712个结果
spring cloud gateway和nigix 路由转发时携带域名头信息
1.nigin添加一段配置 server { listen 80; # this is the key !!!!! proxy_set_header Host $host; location /client/pids { proxy_pass http://10.103.13.103:3200/cl ...
分类:编程语言   时间:2021-05-24 14:35:17    阅读次数:0
GitHub常用操作
GitHub作为全球最大的同性交友网站,在我们日常工作中肯定是必不可少的! 这篇文章就介绍下GitHub常用的操作,让你更快的工作完成,下班回家~~~ 也可以参考这个博主写的入门github:https://juejin.cn/post/6844903924458078221 从小我的奶奶就跟我说过 ...
分类:其他好文   时间:2021-05-24 14:10:09    阅读次数:0
如何在 CentOS 系统中安装和配置 nginx 服务? 原创
由于目前负责公司 DevOps 平台的前端开发工作的原因,工作中会经常遇到 nginx 服务器相关的维护工作,通过学习和工作实践积累了一些 nginx 服务器的相关配置经验和知识积累。 在之前的《前端性能优化 – 启用 GZip 压缩》一文中就给大家介绍过如何在 nginx 中开启 gzip。并且也 ...
分类:其他好文   时间:2021-05-24 14:01:55    阅读次数:0
重定向的实现及其优缺点
1.工作原理: 用户第一次通过【手动方式】通知浏览器访问OneServlet。 OneServlet工作完毕后,将TwoServlet地址写入到响应头 location属性中,导致Tomcat将302状态码写入到状态行。 在浏览器接收到响应包之后,会读取到302状态。此时浏览器 自动根据响应头中lo ...
分类:其他好文   时间:2021-05-24 11:59:33    阅读次数:0
k8s mandatory.yaml & service-nodeport.yaml
尝试做 ingress 实验,发现被畜生的墙拦住下载不了 mandatory.yaml & service-nodeport.yaml。 https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/st ...
分类:其他好文   时间:2021-05-24 11:09:02    阅读次数:0
win10 添加Nginx 到服务
Nginx 下载与安装 Nginx 下载地址:http://nginx.org/en/download.html 选择windows版本,我使用的是 nginx/Windows-1.18.0 这个版本 下载完成后, 直接解压缩 将Nginx 添加到服务中去 下载工具 winsw: http://re ...
分类:Windows程序   时间:2021-05-24 10:38:57    阅读次数:0
ios 微信小程序分析
小程序启动下载逻辑相关: https://game.weixin.qq.com/cgi-bin/h5/static/commlib/index.html 这个是实时的。 但是貌似本地也会存储,存储路径: /var/mobile/Containers/Data/Application/B1E7B553 ...
分类:微信   时间:2021-05-24 09:49:44    阅读次数:0
Ubuntu14.04下Odoo使用Nginx修改8069端口为80
安装nginx 1 sudo apt-get install -y nginx 修改配置文件 1 vi /etc/nginx/nginx.conf 2 #注释掉下面这行代码 3 #include /etc/nginx/sites-enabled/*; 4 #保存 在/etc/nginx/conf.d ...
分类:系统相关   时间:2021-05-24 09:40:00    阅读次数:0
使用yum方式安装的openresty参数
nginx version: openresty/1.19.3.1 built by gcc 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) built with OpenSSL 1.1.1h 22 Sep 2020 (running with OpenSSL 1.1. ...
分类:其他好文   时间:2021-05-24 09:34:56    阅读次数:0
nginx 配置html后缀当php解析
修改php-fpm.conf security.limit_extensions = .php .html 查看php-fpm.conf内listen,如果是端口则nginx.conf server内容为 location ~ \.php|\.html(.*)$ { fastcgi_pass 127 ...
分类:Web程序   时间:2021-05-24 09:26:26    阅读次数:0
31712条   上一页 1 ... 11 12 13 14 15 ... 3172 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!