Browse Source

Update lets_encrypt.rst (#133)

Jonathan R 7 years ago
parent
commit
46de2a79fe
1 changed files with 1 additions and 1 deletions
  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;