-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
配置文件都设置好了,但还是一直提示 Request failed :error ,无法注册也无法登陆。
不知道哪里出错。
使用是因为伪静态的关系吗?(使用Nginx)
我的伪静态是这样写的,请问这样是正确的吗?
location / {
rewrite ^/service$ /ajax.php;
rewrite ^/login$ /login.php;
rewrite ^/register$ /register.php;
rewrite ^/auth$ /auth-grant.php;
rewrite ^/api$ /auth.php;
rewrite ^/lostpass$ /lostpass.php;
rewrite ^/resetpwd$ /resetpwd.php;
rewrite ^/ucenter$ /ucenter.php;
rewrite ^/verify$ /verify.php;
rewrite ^/help$ /help.php;
if (!-e $request_filename) {
return 404;
}
}
Metadata
Metadata
Assignees
Labels
No labels