无页面
修改理由:
此投稿已在 5年前 合并。
内容修改:
| Old | New | Differences |
|---|---|---|
| 29 | 29 | fastcgi_split_path_info ^(.+\.php)(/.+)$; |
| 30 | 30 | fastcgi_pass unix:/var/run/php/php7.1-fpm.sock; |
| 31 | 31 | fastcgi_index index.php; |
| 32 | fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name; | |
| 32 | 33 | include fastcgi_params; |
| 33 | 34 | } |
| 34 | 35 |
关于 LearnKu