Forum Replies Created

NGINX rule example

Here is what a rule looks like in NGINX listen 443; server_name domain1.com; ssl on; ssl_certificate path/to/cert; ssl_certificate_key path/to/key...

In forum NGINX

3 days ago
Answer to: Do you happen to know the different HTTP codes that start with 1

Here are some HTTP status codes that start with 1 100 – Continue (Indicates the initial part of a request has been received, and the client should continue sending the remainder.) 101 – Switchin...

In forum HTTP Status Codes

4 days ago
Answer to: What are the meanings behind HTTP Error Codes

This may help. Its a quick high level 1XX – INFORMATIONAL (the request was received, continuing process. This class of status code indicates a provisional response, consisting only of the Status-Lin...

In forum HTTP Status Codes

4 days ago