1、LoadModule rewrite_module modules/mod_rewrite.so 这个拓展貌似是已经被加载了; 2.在 就是修改Apache默认项目路径的这个 # 其实是修改为项目发布的路径 # # Possible values for the Options directive are "None", "All", # or any combination ...
安装Let’s Encrypt客户端git clone https://github.com/letsencrypt/letsencrypt cd letsencrypt ./letsencrypt-auto --help 获得Let’s Encrypt证书停止Nginx服务 sudo service nginx stop获取证书 ./letsencrypt-auto certonly ...