Nginx timeouts are useful for controlling how long a connection stays open. Add the following to your location block: Timeout value is in seconds i.e. 1800 seconds. Verify the Nginx config syntax…
Tag: nginx
Nginx: How to enable Web Socket connections on a NGINX Reverse Proxy
What are WebSockets? WebSockets are a bi-directional, real-time communication protocol between a web browser (or client) and a server over the web. Key Features: How WebSockets Work: Use Cases: To enable Web…
Nginx: How to redirect the traffic to another port in Nginx
NGINX config to redirect to another port NGINX Configuration Structure: Basic HTTP config HTTPS config
Nginx: How to proxy the traffic to another port in Nginx
NGINX config to Proxy Pass to another Port NGINX Configuration Structure: Basic HTTP config HTTPS config
Free SSL certificate / HTTPS using Let’s Encrypt and Certbot
A SSL (Secure Sockets Layer) certificate is a digital certificate that verifies the identity of a website and encrypts the connection between a website and its users. It ensures that all data…