美文网首页
Mac high serria上nginx的安装

Mac high serria上nginx的安装

作者: wildestorcs | 来源:发表于2017-10-26 11:11 被阅读0次

    # apache 的开启和关闭

    sudo apachectl stop

    sudo apachectl start

    # nginx 的开启和关闭

    sudo nginx -s reload

    sudo nginx

    # php-fpm 的开启和关闭

    sudo killall php-fpm

    sudo php-fpm

    # php-fpm 配置

    sudo vim /private/etc/php-fpm.conf

    # nginx 配置

    sudo vim /usr/local/etc/nginx/nginx.conf

    参考链接:

    1.http://blog.csdn.net/black_ox/article/details/41311873

    2.http://blog.csdn.net/hzsunshine/article/details/63687054

    相关文章

      网友评论

          本文标题:Mac high serria上nginx的安装

          本文链接:https://www.haomeiwen.com/subject/bfwhpxtx.html