Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #136 from niiknow/master
Browse files Browse the repository at this point in the history
default php7.4
  • Loading branch information
noogen authored Dec 7, 2020
2 parents 31d07fc + a485093 commit d6422a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rootfs/etc/nginx/conf.d/dbadmin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ location ~ ^/dbadmin {
try_files $uri /index.php =404;

fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
Expand Down
3 changes: 2 additions & 1 deletion rootfs/sysprepz/admin/bin/my-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ rm -f /var/run/nginx.pid
./postgresql start
./vesta start

./php7.2-fpm start
./php7.3-fpm start
./php7.4-fpm start
./php8.0-fpm start
./nginx start

# ./fail2ban start \ # -- only if you run with: --cap-add=NET_ADMIN --cap-add=NET_RAW
Expand Down

0 comments on commit d6422a9

Please sign in to comment.