服务器中的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重定向未正确。
请告知此代码中的错误。我也没有收到错误日志。