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

无法安装 啥情况 #70

Closed
t-o-n-y-w opened this issue Jun 11, 2023 · 10 comments
Closed

无法安装 啥情况 #70

t-o-n-y-w opened this issue Jun 11, 2023 · 10 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@t-o-n-y-w
Copy link

无法安装 啥情况
安装界面 一直处于 loading 这个界面
往下拉 可以看到 填写信息的 但填写后
又跳转到 loading这个界面了

@dreamncn
Copy link
Collaborator

伪静态的问题吧

@t-o-n-y-w
Copy link
Author

设置了

@dreamncn
Copy link
Collaborator

附上F12截图吧

@t-o-n-y-w
Copy link
Author

伪静态 填写的是
if ( $uri ~* "^(.).php$") {
rewrite ^(.
) /index.php break;
}

location / {
try_files $uri $uri/ /index.php?$query_string;
}

@dreamncn
Copy link
Collaborator

点开Console

@dreamncn
Copy link
Collaborator

image

@t-o-n-y-w
Copy link
Author

怎么删除

@t-o-n-y-w
Copy link
Author

伪静态 我只填了
if ( $uri ~* "^(.).php$") {
rewrite ^(.) /index.php break;
}

location / {
try_files $uri $uri/ /index.php?$query_string;
}

@dreamncn
Copy link
Collaborator

抱歉,如何删除宝塔面板默认的nginx配置这不在vpay的讨论范畴之中。
个人认为这是个基本问题,可以通过百度解决。
image

@dreamncn dreamncn added help wanted Extra attention is needed question Further information is requested labels Jun 11, 2023
@dreamncn dreamncn pinned this issue Jun 11, 2023
@t-o-n-y-w
Copy link
Author

ok 找到了 谢谢

@t-o-n-y-w t-o-n-y-w closed this as not planned Won't fix, can't repro, duplicate, stale Jun 11, 2023
@t-o-n-y-w t-o-n-y-w reopened this Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants