Commit a1ba6a41 authored by Nguyễn Văn Vũ's avatar Nguyễn Văn Vũ

Week1 - Install nginx, php, mysql and wordpress on ubuntu

parent 9887a4d0
......@@ -41,7 +41,7 @@ server {
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
}
}
EOF'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment