Skip to content

Instantly share code, notes, and snippets.

@oranenj
Created November 26, 2018 21:27
Show Gist options
  • Save oranenj/fd69c7a1332d37ce946e304a276b4546 to your computer and use it in GitHub Desktop.
Save oranenj/fd69c7a1332d37ce946e304a276b4546 to your computer and use it in GitHub Desktop.
http {
server {
listen *:80;
# _ is default
server_name _;
return 403;
}
server {
listen *:80;
server_name your.domain.here;
... do something else ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment