服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. nginx
  3. 如何configurationnginx来添加请求多一个HTTP头
Intereting Posts
在80 sysctl -p上的dmesg SYN flood CouchDB v1.2.0 – 复制超时错误 处理程序for(null)返回无效结果代码70007 /导致错误500? 有没有办法在Windows 2008中备份AD和DNS而不备份整个卷? AD LDAP:查询用户何时需要更改密码 testing群集Powershell cmdlet列表与validation MegaCLI总是返回空白输出 无线接入点 – 高性能 docker私人registry – 基本身份validation 如何将terminal服务打印机端口映射到像COMx? My.cnf中的MySQL Socketconfiguration问题 邮件服务器的Windows服务器 为什么捕获的exception会导致IIS甚至整个Windows Azure服务器失败? PHP“mysqli.so:undefined symbol:mysqlnd_connect in Unknown on line 0” 错误:无法分配conntrack

如何configurationnginx来添加请求多一个HTTP头

我试图添加HTTP头来请求去http://myserver.org:19123 ,

但是nginx甚至没有收到这个请求。

下面的configuration有什么问题:

server { listen 19123; server_name myserver.org; access_log logs/host.access.log main; location / { proxy_set_header Proxy-Remote-User vasya; #proxy_pass http://myserver.org:19123; } } 

如何configurationnginx来捕获这个请求并添加到他的HTTP头?

  • Nginx + php-fpm auth_base上的url
  • (111连接被拒绝),同时连接到上游
  • PHP应用程序生成的path不正确在Fedora nginx php-fpm安装程序中
  • nginx重写单个php页面
  • 使用复制在VPS上设置负载平衡器

  • nginxcachinggzip文件的临时目录?
  • Apache ProxyPass不适用于nginx
  • 如何在话语中设置跨域规则?
  • Nginx忽略WordPresslogin目录的HTTPauthentication
  • 设置nginx服务django和WordPress的博客作为子目录
  • nginx proxypass鱿鱼
  • 为什么memcache在debian 7中不能和elgg一起工作?
  • Nginx反向代理为404提供静态内容请求
  • Nginx不redirect
  • Nginx没有caching头?随机查询string
  • Nginx返回504错误
  • nginx – linux权限有趣的问题
  • nginx / php-fpm“主要脚本未知”从一个复杂的path服务时
  • 当斜线结束时,nginx路由失败
  • 第一次访问nginx&php-fpm非常慢

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy