如何在Nginx中执行此操作

时间:2012-12-26 17:17:29

标签: apache nginx

我想知道如何将这个apache htaccess转换为nginx。

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^url/([^/]+)$ process.php?tk=$1 [L]

这是对的吗?

disable_symlinks off;
rewrite ^url/([^/]+)$ process.php?tk=$1 [L]

0 个答案:

没有答案