nginx-替换http referer的主机

时间:2018-06-12 10:27:02

标签: nginx replace

我正在尝试使用docker和nginx模仿多域设置,而不调整Model.save()。目标是:

/etc/hosts

我已经开始使用像这样的nginx配置:

 Browser URL    |   PHP
----------------+-------------
 localhost:9000 | domaina.com
 localhost:9090 | domainb.com

这基本上是有效的,但我需要调整另一个值,即server { listen 9000; location ~ \.php$ { … fastcgi_param HTTP_HOST domaina.com; … } } ,这是一个完整的网址,如:

HTTP_REFERER

是否可以在nginx配置中搜索和替换传入值,以便它可以是:

http://localhost:9000/some/path?with=query

0 个答案:

没有答案