Comments on: How to Install WordPress with Nginx on Debian 10 https://www.rosehosting.com/blog/how-to-install-wordpress-with-nginx-on-debian-10/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:33:11 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: Philip https://www.rosehosting.com/blog/how-to-install-wordpress-with-nginx-on-debian-10/#comment-48725 Wed, 27 Oct 2021 16:15:33 +0000 https://www.rosehosting.com/blog/?p=31972#comment-48725 Worked until the last step when the “nginx successful…” site showed up.
My fix:
I already set up nginx, all my websites are located in /var/www

1. sudo mv /var/www/html/wordpress/ /var/www/
2. sudo nano /etc/nginx/sites-available/wordpress.conf
changed it to the new location
3. sudo chown -R $USER:$USER /var/www/wordpress
4. sudo chmod -R 755 /var/www/wordpress
5. sudo rm /etc/nginx/sites-enabled/wordpress.conf
6. sudo ln -s /etc/nginx/sites-available/wordpress.conf /etc/nginx/sites-enabled/
7. sudo nginx -t
8. sudo systemctl restart nginx
9. sudo systemctl restart php7.3-fpm
10. continue with step 6

]]>
By: david https://www.rosehosting.com/blog/how-to-install-wordpress-with-nginx-on-debian-10/#comment-48715 Wed, 13 Oct 2021 17:47:52 +0000 https://www.rosehosting.com/blog/?p=31972#comment-48715 Really good guide, thank you!! Worked seamlessly.

]]>
By: andi https://www.rosehosting.com/blog/how-to-install-wordpress-with-nginx-on-debian-10/#comment-48606 Mon, 19 Apr 2021 16:55:58 +0000 https://www.rosehosting.com/blog/?p=31972#comment-48606 In reply to sandy.

I had the same problem. My fix was the using of the command

curl -s https://api.wordpress.org/secret-key/1.1/salt/

and then replace the default values of wp-config.php (Step 5)

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-wordpress-with-nginx-on-debian-10/#comment-48452 Fri, 02 Oct 2020 06:51:53 +0000 https://www.rosehosting.com/blog/?p=31972#comment-48452 In reply to sandy.

Please make sure to enable the newly created website configuration file.

]]>
By: sandy https://www.rosehosting.com/blog/how-to-install-wordpress-with-nginx-on-debian-10/#comment-48451 Thu, 01 Oct 2020 10:30:27 +0000 https://www.rosehosting.com/blog/?p=31972#comment-48451 So I followed the instructions as per the guide here. Which is quite an easy read, so thank you.

I am facing one issue, when I type in the name of the site it takes me to “Welcome to nginx” page instead of the wordpress install. What could I have missed or done in-correctly? Please adivce.

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-wordpress-with-nginx-on-debian-10/#comment-48374 Fri, 17 Jul 2020 08:59:27 +0000 https://www.rosehosting.com/blog/?p=31972#comment-48374 In reply to mvega.

You should skip the step for installing Nginx. You only need to proceed with the configuration of Nginx.

]]>
By: mvega https://www.rosehosting.com/blog/how-to-install-wordpress-with-nginx-on-debian-10/#comment-48373 Thu, 16 Jul 2020 19:41:59 +0000 https://www.rosehosting.com/blog/?p=31972#comment-48373 Great instructions! What would i do differently if i already have the Nginx setup on server and already have a WordPress account? Would the same instructions apply?

]]>
By: gkalc https://www.rosehosting.com/blog/how-to-install-wordpress-with-nginx-on-debian-10/#comment-48243 Tue, 02 Jun 2020 13:15:20 +0000 https://www.rosehosting.com/blog/?p=31972#comment-48243 Well done and easy to follow. Thanks!

]]>