misc fixes

This commit is contained in:
2023-11-19 11:04:50 +01:00
parent 0cc2b94c7e
commit c409589eab
5 changed files with 65 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ cd ./public_html
echo ""
echo "Pulling down latest code."
git pull --ff-only origin prod
git submodule update --remote --recursive
echo ""
echo "Clearing drush caches."
drush cache-clear drush

View File

@@ -116,7 +116,7 @@ server {
fastcgi_intercept_errors on;
# fastcgi_buffer_size 16k;
# fastcgi_buffers 4 16k;
fastcgi_pass unix:/run/php/php8.2-fpm.sock;
fastcgi_pass unix:/run/php/php8.1-fpm.sock;
}
# Fighting with Styles? This little gem is amazing.
# location ~ ^/sites/.*/files/imagecache/ { # For Drupal <= 6