We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
访问http://dev.phpssdbadmin.com , 302 到 http://dev.phpssdbadmin.com/login ,并出现404
配置文件 phpssdbadmin.conf
server { listen 80; server_name dev.phpssdbadmin.com; root /opt/wwwroot/phpssdbadmin/; location / { index index.php index.html index.htm; } location ~ \.php$ { fastcgi_pass unix://var/run/php5-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name; include fastcgi_params; } }
The text was updated successfully, but these errors were encountered:
请加入
location / { try_files $uri $uri/ /index.php?$args; }
文档已经明确说明了!
Sorry, something went wrong.
No branches or pull requests
访问http://dev.phpssdbadmin.com , 302 到 http://dev.phpssdbadmin.com/login ,并出现404
配置文件
phpssdbadmin.conf
The text was updated successfully, but these errors were encountered: