# 其他问题
手工修改options.conf php\_install\_dir=php7.0安装路径,再执行升级,升级之后再改回去
~/oneinstack/vhost.sh会自动出现版本选择!
change\_php\_version.sh 镜像才有的!
*****
1\. 卸载php
`/root/oneinstack/uninstall.sh php`
2\. 重新安装php7.2
`/root/oneinstack/install.sh --php_option 7`
*****
/bin/systemctl restart php-fpm.service
/bin/systemctl status httpd.service
```
/bin/systemctl status nginx.service
/bin/systemctl stop nginx.service
/bin/systemctl start nginx.service
/bin/systemctl restart nginx.service
```
nginx -s reload