Skip to content

Instantly share code, notes, and snippets.

@letulip
Created March 23, 2020 09:20
Show Gist options
  • Save letulip/3cc60fb9c10cb16e4f7b13418ec1bbb3 to your computer and use it in GitHub Desktop.
Save letulip/3cc60fb9c10cb16e4f7b13418ec1bbb3 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name name.domain www.name.domain;
root /var/www/html;
index index.html;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment