Skip to content

Instantly share code, notes, and snippets.

server {
server_name something.domain.com;
root /home/sites/something.domain.com/static;
client_max_body_size 2G;
location / {
try_files $uri @some_site;
}