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

点击登录没反应 #73

Open
sisyphus1212 opened this issue Oct 28, 2023 · 6 comments
Open

点击登录没反应 #73

sisyphus1212 opened this issue Oct 28, 2023 · 6 comments

Comments

@sisyphus1212
Copy link

[root@10-60-27-108 vmqphp]# php
php php-cgi php-fpm phpize
[root@10-60-27-108 vmqphp]# php -v
PHP 7.2.24 (cli) (built: Oct 22 2019 08:28:36) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies

@sisyphus1212
Copy link
Author

image

@sisyphus1212
Copy link
Author

image
大哥你这你的返回有问题吧?

@sisyphus1212
Copy link
Author

server {
listen 8090;
server_name 0.0.0.0;

root /root/vmqphp/public;

location / {
    index index.html;
}

location ~ \.php$ {
    root /root/vmqphp/public/;
    include /usr/conf/fastcgi.conf;
    fastcgi_pass unix:/run/php-fpm/www.sock;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    include fastcgi_params;
}

location ~ /\.ht {
    deny all;
}

}

@Jiu-ci
Copy link

Jiu-ci commented Mar 25, 2024

看我的仓库有基于原版修改好的

@wujingquan
Copy link

把thinkphp升级以下即可,可以看看我的仓库https://github.com/wujingquan/vmqphp,兼容PHP8.0

@CaizheZhou
Copy link

php改为7.4

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

4 participants