Re: Serve same website under two URLs / domains with certbot

2021-06-05 Thread forumacct
Hello, Thank you for the extended help. I see there will be a lot of reading to understand all the features in nginx. Francis Daly Wrote: --- > On Sat, Jun 05, 2021 at 04:28:06AM -0400, forumacct wrote: > > Hi there, ... > If you have two serv

Re: Serve same website under two URLs / domains with certbot

2021-06-05 Thread Francis Daly
On Sat, Jun 05, 2021 at 04:28:06AM -0400, forumacct wrote: Hi there, there are a few ways to approach this, depending on the end result that you want. I'll try to describe how things should work; maybe that will help you choose. > Now I want to use certbot for https. > But that requires certifi

Re: Tproxy support for IP transparency

2021-06-05 Thread Francis Daly
On Sat, Jun 05, 2021 at 12:36:47AM -0400, bouvierh wrote: Hi there, I don't have a tested answer to your question, but... > When my application connects to a sever, I am intercepting the request and > routing it to a nginx process located on the same host (listening to > 127.0.0.1:8883). > The i

Re: Serve same website under two URLs / domains with certbot

2021-06-05 Thread Laura Smith
Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Saturday, 5 June 2021 09:28, forumacct wrote: > > Now I want to use certbot for https. > But that requires certificates unique for each domain. (I think) Nope. I suggest you look again at the man page for certbot. ;-)

Server mp4 file larger than 2GB on 32bit system

2021-06-05 Thread 王 静凯
Hi, I compile a nginx for an 32bit system (ARM). When I request a mp4 file which is larger than 2GB then it response with '416 Requested Range Not Satisfiable’. The type of max_ranges is ngx_uint_t, I could not set it max than about 20. In this situation, I could I server the mp4 file co

Serve same website under two URLs / domains with certbot

2021-06-05 Thread forumacct
Hello All, Using nginx/1.14.2 on Linux rpi3 5.10.17-v7+. Historically I ended up with two domains. I started with a dyndns 'domain' (is that actually correct to call it domain?) to operate my homemade RPI weather station. Later I got a domain from 'hover.com' to run my astronomy hobby webpage. Bo