]> BookStack Code Mirror - devops/blobdiff - config/nginx
Use newer PHP version from PPA in Ubuntu 16.04 script
[devops] / config / nginx
index 87423408356e671cf16966c7f709ed5cd7f265e8..adcc59d7a411db03428e78759781e1345c31b6ad 100644 (file)
@@ -13,6 +13,6 @@ server {
   
   location ~ \.php$ {
     include snippets/fastcgi-php.conf;
-    fastcgi_pass unix:/run/php/php7.0-fpm.sock;
+    fastcgi_pass unix:/run/php/php7.3-fpm.sock;
   }
 }