Skip to content

Instantly share code, notes, and snippets.

@SachinDas246
Last active August 18, 2024 08:09
Show Gist options
  • Select an option

  • Save SachinDas246/0b7548a9611bd516b93ef5b134d34c82 to your computer and use it in GitHub Desktop.

Select an option

Save SachinDas246/0b7548a9611bd516b93ef5b134d34c82 to your computer and use it in GitHub Desktop.
server {
listen 443 ssl default_server;
listen [::]:443 ssl default_server;
server_name _;
return 444;
}
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
return 444;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment