Comments on How to Install Magento 2 with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS

Magento is a widely-used open source e-commerce software and content management system for e-commerce websites based on the PHP Zend Framework. It uses MySQL or MariaDB as the database backend. I will use Ubuntu 20.04 as the server operating system.

6 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: AHMED

Hi and thank you ! about this artical 

I'm copy and paste there following com. and faceing this problem in ngnx after created the nginx config magento file 

 

 

? nginx.service - A high performance web server and a reverse proxy server

     Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset:>

     Active: failed (Result: exit-code) since Tue 2020-05-19 06:42:56 +03; 18s >

       Docs: man:nginx(8)

    Process: 30782 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_proc>

 

May 19 06:42:56 20 systemd[1]: Starting A high performance web server and a rev>

May 19 06:42:56 20 nginx[30782]: nginx: [emerg] cannot load certificate "/etc/l>

May 19 06:42:56 20 nginx[30782]: nginx: configuration file /etc/nginx/nginx.con>

May 19 06:42:56 20 systemd[1]: nginx.service: Control process exited, code=exit>

May 19 06:42:56 20 systemd[1]: nginx.service: Failed with result 'exit-code'.

May 19 06:42:56 20 systemd[1]: Failed to start A high performance web server an>

 

By: Muhammad Arul

May 19 06:42:56 20 nginx[30782]: nginx: [emerg] cannot load certificate "/etc/l>

Ensure you've SSL certificates with the right path location.

By: IzFazt

tutorial missed 20.04 has to activate root first to do this

By: geoffrey

Excellent tutorial. Made installing a breeze. Thanks Muhammad!

By: vince

Hello Muhamad,

thank you for the excellent artcicle and tutorial. I was able to install everything as you did. You covered all the bases, very well done !

You saved me so much time thanks :))

 

V

By: JD

How can update this installation? replace files and folders with a lastest version from Magento?