Nginx not responding to port 80 on public IP address

2021-02-03 Thread Adam
Hi all, nginx is running and listening on port 80: tcp0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 42297 3576/nginx: master tcp6 0 0 :::80 :::* LISTEN 0 42298 3576/nginx: master The server responds

Re: Failed to publish a HLS stream via the nginx HTTPS server with ffmpeg.

2021-02-03 Thread Hongyi Zhao
On Thu, Feb 4, 2021 at 10:03 AM Maxim Dounin wrote: > > Hello! > > On Thu, Feb 04, 2021 at 09:17:47AM +0800, Hongyi Zhao wrote: > > > As for watching the stream, I tried to use ffplay with http and https > > protocal respectively, but the former can > > successfully play the stream, the latter fai

Re: Failed to publish a HLS stream via the nginx HTTPS server with ffmpeg.

2021-02-03 Thread Maxim Dounin
Hello! On Thu, Feb 04, 2021 at 09:17:47AM +0800, Hongyi Zhao wrote: > As for watching the stream, I tried to use ffplay with http and https > protocal respectively, but the former can > successfully play the stream, the latter failed. The used commands > are shown below: > > $ ffplay http://loca

Failed to publish a HLS stream via the nginx HTTPS server with ffmpeg.

2021-02-03 Thread Hongyi Zhao
Hi, On Ubuntu 20.04, I've built the docker image based my project located at . The SSL relative configuration has been enabled in the nginx.conf file used by the above docker image, see

Re: reverse proxy does not load webpage data

2021-02-03 Thread Francis Daly
On Tue, Feb 02, 2021 at 03:43:32AM -0500, petrg wrote: Hi there, > > There is no magic; it does what you configure it to do. The browser makes > > a request to nginx; nginx handles that according to its config. Every > > request is independent. > My hope was that the proxy-pass directive creates