Skip to content

Instantly share code, notes, and snippets.

@ihebski
Created April 25, 2020 13:23
Show Gist options
  • Save ihebski/70edcb7b024c1da1e77db339a51d32c8 to your computer and use it in GitHub Desktop.
Save ihebski/70edcb7b024c1da1e77db339a51d32c8 to your computer and use it in GitHub Desktop.
template ngnix
server {
listen 80;
listen [::]:80;
root /usr/share/ngnix/domain;
index index.html index.htm index.nginx-debian.html;
server_name _;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment