Skip to main content

Posts

0001


Domain Names: Implementation and Specification

··14785 words·70 mins
This RFC describes the details of the domain system and protocol, and assumes that the reader is familiar with the concepts discussed in a companion RFC, “Domain Names - Concepts and Facilities” [RFC-1034].

Default Server Settings for Nginx

··32 words·1 min
Config #server { listen [::]:443 ssl http2; listen 443 ssl http2; server_name _; ssl_reject_handshake on; } server { listen 80; listen [::]:80; server_name _; return 444; } Reload nginx: