Nginx重定向无法正常工作

时间:2015-02-03 11:39:22

标签: nginx location rewrite

服务器中的Nginx位置无法正常工作。

location /flashSales1/ {
    rewrite_log on;
    rewrite ^/flashSales1/(.*)$ flashSales1/landing.php?query=$1 last;
    error_log    /var/log/nginx/rewrite.error.log;
}

我已在 nginx.conf 中的服务器中编写此代码,URL重定向未正确。

请告知此代码中的错误。我也没有收到错误日志。

0 个答案:

没有答案