2022-10-01 14:51:51
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apt install software-properties-common
|
||||
add-apt-repository ppa:ondrej/php
|
||||
add-apt-repository ppa:ondrej/nginx-mainline
|
||||
add-apt-repository ppa:ondrej/nginx
|
||||
|
||||
|
||||
# apache
|
||||
#apt update
|
||||
#apt install php8.0 libapache2-mod-php8.0
|
||||
|
||||
# nginx
|
||||
apt update
|
||||
apt install php8.0-fpm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user