Comments on: How to Install Nginx with Virtual Hosts and SSL Certificate https://www.tecmint.com/install-nginx-with-virtual-hosts-and-ssl-certificate/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 02 Aug 2021 05:05:41 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/install-nginx-with-virtual-hosts-and-ssl-certificate/comment-page-1/#comment-1559174 Mon, 02 Aug 2021 05:05:41 +0000 https://www.tecmint.com/?p=30979#comment-1559174 In reply to sokha.

@Sokha,

It seems that you have run sudo chown -R ‘nginx:nginx‘ /etc/nginx/conf.d/.htpasswd (with extraneous quotes), as opposed to the command without quotes as mentioned in the article…

]]>
By: sokha https://www.tecmint.com/install-nginx-with-virtual-hosts-and-ssl-certificate/comment-page-1/#comment-1559097 Mon, 02 Aug 2021 01:31:43 +0000 https://www.tecmint.com/?p=30979#comment-1559097 Hello Sir,

When I try sudo chown nginx:nginx /etc/nginx/conf.d/.htpasswd it say chown: invalid user: ‘nginx:nginx’.

]]>
By: Deepak https://www.tecmint.com/install-nginx-with-virtual-hosts-and-ssl-certificate/comment-page-1/#comment-1329331 Thu, 23 Apr 2020 07:16:36 +0000 https://www.tecmint.com/?p=30979#comment-1329331 In reply to Aaron Kili.

@aaron

The server blocks are ready now.

Each server block will have the following servers:

  1. Webinar platform
  2. EPABX

Both these servers can be loaded from an online repository of the respective developers.

How do we replace each index.html in server blocks, to the repository index page?

]]>
By: Aaron Kili https://www.tecmint.com/install-nginx-with-virtual-hosts-and-ssl-certificate/comment-page-1/#comment-1329088 Wed, 22 Apr 2020 12:19:49 +0000 https://www.tecmint.com/?p=30979#comment-1329088 In reply to Deepak Bhandari.

@Deepak

I don’t get your question. What do you exactly want to load from an online repository? Thanks.

]]>
By: Deepak Bhandari https://www.tecmint.com/install-nginx-with-virtual-hosts-and-ssl-certificate/comment-page-1/#comment-1329018 Wed, 22 Apr 2020 06:35:04 +0000 https://www.tecmint.com/?p=30979#comment-1329018 Hi,

Thank you for your article on installing index.html on the server block.

How to load from an online repository in the server blocks? Can you please help with that.

]]>