On 4/30/20 3:20 PM, MarcoI wrote:
> Hi Thomas,
> thank you for your kind help.
>
> ...
>
> How can I check if the backend has the capacity to handle the requested
> path?
This is where you need to expand the knowledge into other tools such as
`curl`. On the system where nginx and your webapp run
Hi Thomas,
thank you for your kind help.
I'm not sure, due to my lack of knowledge, how I can check if the path from
port 443 to port 8080 works in my app when accessed directly on my system.
(base) marco@pc01:~$ sudo netstat -plnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Lo
On 4/30/20 2:09 PM, MarcoI wrote:
> This is the nginx configuration in Ubuntu 18.04 :
>
> server {
> listen 443 ssl http2 default_server;
> server_name ggc.world;
>
> ...
>
> location / {
> proxy_pass http://127.0.0.1:8080;
If I'm reading your config directl
Hi Francis,
I remember you have deep expertise with nginx configuration.
I posted in the mailing list a question about how to configure nginx in
order to use also golang webserver.
Would you be so kind in having a look at it?
https://forum.nginx.org/read.php?2,287914
Thank you very much.
Looking
This is the nginx configuration in Ubuntu 18.04 :
server {
listen 443 ssl http2 default_server;
server_name ggc.world;
ssl_certificate /etc/letsencrypt/live/ggc.world/fullchain.pem; #
managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/ggc.world/privke
Hi Sergey,
Thanks for the detailed response. That helps a lot.
On Thu, Apr 30, 2020 at 7:09 PM Sergey A. Osokin wrote:
> Hi Praveen,
>
> hope you're doing well these days.
>
> I don't think I've ever heard about a document like that, however
> it's definitely possible to create one.
>
> Usually
Hi Praveen,
hope you're doing well these days.
I don't think I've ever heard about a document like that, however
it's definitely possible to create one.
Usually every new nginx release supports latest versions of all the components
it depends. Since pcre and zlib releases are in most cases have
Hello,
Can anyone help where can I get the compatibility matrix on the versions of
pcre, zlib, openssl is tested/supported by specific version of Nginx ?
TIA
--
*Regards,*
*K S Praveen KumarM: +91-9986855625 *
___
nginx mailing list
nginx@nginx.or