Mac 系统自带 Apache httpd,开机启动,占用 80 端口 停止 httpd, 关闭开机启动 停用 sudo apachectl stop 关闭开机启动 sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist 安装 nginx,开启开机启…
1. 域名 SSL 证书申请 腾讯云、阿里云、域名管理平台、宝塔都有免费申请渠道,一键申请即可。 2. WordPress 开启 Https 访问 将申请的 SSL 证书下载下来 以宝塔为例,在网站-设置中,将 SSL 证书文件内容填入 修改 WordPress 配置文件 wp-config.php ,开启全局 https 访问 ```php $_…
在终端执行一下命令即可解决,xxx.app为应用名称 sudo xattr -r -d com.apple.quarantine /Applications/xxx.app