Skip to content

Commit

Permalink
Update to php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devemlight committed Feb 28, 2019
1 parent f150ad1 commit cb4b338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/laravel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ location = /robots.txt { access_log off; log_not_found off; }
error_page 404 /index.php;

location ~ \.php$ {
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
include fastcgi_params;
Expand Down

0 comments on commit cb4b338

Please sign in to comment.