浏览代码

Update lets_encrypt.rst (#133)

Jonathan R 7 年之前
父节点
当前提交
46de2a79fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/getting_started/lets_encrypt.rst

+ 1 - 1
source/getting_started/lets_encrypt.rst

@@ -163,7 +163,7 @@ Paste the code below into the file
  }
 
  location ~ \.php$ {
-   fastcgi_pass unix:/var/run/php5-fpm.sock;
+   fastcgi_pass unix:/var/run/php/php7.1-fpm.sock;
    #fastcgi_pass 127.0.0.1:9000;
    fastcgi_index index.php;
    include fastcgi_params;