服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. nginx redirect
  3. 用nginxredirectfeed
Intereting Posts
Generic Nagios插件来检查一个特定的进程/服务是否正在运行? vmware ESXi 5不能从主机上删除文件 如何将电子邮件路由到脚本 这对netstat -t意味着什么 防火墙阻止SQL Server命名pipe道 如何让我的Linux虚拟机连接到一个openvswitch桥? ISP使用修改的内核,我如何在CentOS上使用官方内核? 允许每个域拥有自己的邮件服务器名称 24小时后删除IPTables规则 在Ubuntu中以.deb的forms安装RPM软件包 在filezilla客户端的驱动器之间进行更改 使用haproxyredirect重写的URL 100%使用时,使用XenCenter在Ubuntu VM中扩展存储 Htaccess的正则expression式奇怪的工作 桉树或OpenNebula或…为Linux和Windows构build服务器私有云

用nginxredirectfeed

我想将我的Feedredirect到Feed服务。

使用这个,我只能redirectmysite.com/feed而不是mysite.com/feed/ (注意feed后的斜线。

  if ($http_user_agent !~ "FeedValidator") { rewrite ^/feed$ http://example.com/feed redirect; } 

  • Nginx在同一台服务器内redirect
  • 有意将chown“root”设置为我的所有服务器
  • PHP-FPM池,subprocess和内存消耗
  • Nginx Cache Control打破了工作path
  • 将阻止的IPredirect到nginx中的不同url

  • 只允许访问一个页面,阻止nginx中的ips
  • 用用户名/密码保护webmin访问
  • nginx,差分服务器上的php-fpm坏的网关(和安全也)
  • NGINXconfiguration帮助,多个服务器
  • 504与Nginx错误的网关

更改:

 rewrite ^/feed$ http://example.com/feed redirect; 

至:

 rewrite ^/feed/?$ http://example.com/feed redirect; 

这将使斜线可选。

  • Nginx反向代理,满足任何导致所有客户端被允许
  • 用于缩放的Nginx集群
  • isup.me报告网站,但我仍然可以像正常访问网站
  • Nginx或php-fpm错误?
  • 在nginx中重新定位应用程序
  • 通过NGINX + uWSGI的OpenStack
  • nginx ssl和CA
  • Nginx文件redirect
  • 如何用nginx返回没有答案?
  • 如何将我的自定义configuration文件从提供的默认configuration文件中分离出来?

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