Skip to content

Commit

Permalink
HERB-101 Drupal 10.x fix fpm + bootstrap (deploys)
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Jan 3, 2025
1 parent 9655737 commit 0bf7a34
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 28 deletions.
2 changes: 1 addition & 1 deletion build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}
],
"require": {
"drupal/bootstrap": "<3.27",
"drupal/bootstrap": "^5",
"drupal/chosen": "^4",
"drupal/config_update": "^2",
"drupal/core": "^10",
Expand Down
97 changes: 71 additions & 26 deletions build/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/nginx/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ http {
fastcgi_param LTS_LFS_SERVER_PORT LTS_SERVER_PORT;
fastcgi_read_timeout 300;
fastcgi_intercept_errors on;
fastcgi_pass unix:/var/run/php/php-fpm7.sock;
fastcgi_pass unix:/var/run/php/php-fpm81.sock;
}

# Enforce clean URLs.
Expand Down

0 comments on commit 0bf7a34

Please sign in to comment.