Skip to content

Instantly share code, notes, and snippets.

@legndery
Created August 13, 2021 21:57
Show Gist options
  • Select an option

  • Save legndery/4da3aad1433ba32125bdd769e89a58f4 to your computer and use it in GitHub Desktop.

Select an option

Save legndery/4da3aad1433ba32125bdd769e89a58f4 to your computer and use it in GitHub Desktop.
server {
listen $PORT default_server;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment