我在使用本论坛的伪静态开启指令的时候出现了以下报错:nginx: [emerg] "location" directive is not allowed here in /www/server/nginx/conf/nginx.conf:59 nginx {如图位置保存时即出现上文中出现的报错,使用代码如下}
location / {
rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
index index.html index.htm index.php;
root /data/wwwroot/xiuno.com;
}
请问各位大佬如何解决