Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

登陆的时候验证码刷新不出来哇 #8

Open
ziho7 opened this issue Jan 6, 2020 · 1 comment
Open

登陆的时候验证码刷新不出来哇 #8

ziho7 opened this issue Jan 6, 2020 · 1 comment

Comments

@ziho7
Copy link

ziho7 commented Jan 6, 2020

No description provided.

@qeqeq1
Copy link

qeqeq1 commented Jun 10, 2022

需要设置伪静态:

location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~* \.(db3|json)$ {
 deny all;
}
location ~* ^/(temp|upload|imgs|data|application|static|system)/.*.(php|php5)$ {
 return 403;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants