Skip to content

Instantly share code, notes, and snippets.

@luissquall
Last active September 13, 2021 14:46
Show Gist options
  • Save luissquall/c8f23e5a95c0ddbeaf451e76da30a665 to your computer and use it in GitHub Desktop.
Save luissquall/c8f23e5a95c0ddbeaf451e76da30a665 to your computer and use it in GitHub Desktop.
server {
listen 80;
listen [::]:80;
server_name {{ domain }};
client_max_body_size 10M;
root {{ webroot }};
index index.html index.htm;
access_log /var/log/nginx/{{ domain }}.access.log;
error_log /var/log/nginx/{{ domain }}.error.log;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment