2 nginx servers

2021-01-27 Thread Grzegorz Cześnik
Hi, I am thinking of a solution: I want to set up two nginx servers: the first as a reverse proxy that will direct - for starters - to the second nginx server, which will hold two simple static pages as a web server. Will such a solution be practical? What do you think? Grzegorz __

RE: 2 nginx servers

2021-01-27 Thread Grzegorz Cześnik
I forgot to write about it, but I want to install wordpres on the second server in the future - hence this solution came to mind :) -Original Message- From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of Reinis Rozitis Sent: Wednesday, January 27, 2021 12:49 PM To: nginx@nginx.org Su

Creating the Directory Structure - static content

2021-02-17 Thread Grzegorz Cześnik
Hi, I am viewing various tutorials on configuring server blocks. I am wondering about the root directory structure for a server block for some static pages. I wanted to ask what are the best practices on this topic. I found such structure proposals as: /var/www//public_html /var/www/html/ /v

RE: Creating the Directory Structure - static content

2021-02-22 Thread Grzegorz Cześnik
...@nginx.org] On Behalf Of Francis Daly Sent: Sunday, February 21, 2021 4:17 PM To: nginx@nginx.org Subject: Re: Creating the Directory Structure - static content On Wed, Feb 17, 2021 at 05:05:42PM +, Grzegorz Cześnik wrote: Hi there, > /var/www//public_html > /var/www/html/ >