Jeremy Zheng 8b573315de :momo: add php settings %!s(int64=3) %!d(string=hai) anos
..
README.md 8b573315de :momo: add php settings %!s(int64=3) %!d(string=hai) anos

README.md

PHP 开发环境

Nginx 调整

  • 修改 /etc/nginx/sites-enabled/default, root 改成/workspace/YOUR_PROJECT

常见 php-web 设置

  • 文件写入权限

    # for folder
    chmod 777 FOLDER_NAME
    # for file
    chmod 666 FILE_NAME