pimylifeup.com/raspberry-pi-wordpress/
pimylifeup.com/raspberry-pi-nginx/ https://wordpress.org/support/article/nginx/
pimylifeup.com/raspberry-pi-mysql/
pimylifeup.com/raspberry-pi-phpmyadmin/
sudo nano /etc/nginx/sites-enabled/default Change
location / {
try_files $uri $uri/ =404;
}
to
try_files $uri $uri/ /index.php?$args;
}
Comments are closed