server {
    listen 80;
    server_name random3674.example.org www.random3674.example.org;

    root /srv/http/random3674.example.org;
    index index.html index.htm;

    location / {
        try_files $uri $uri/ =404;
    }

    access_log /var/log/nginx/access_log combined;
    error_log  /var/log/nginx/error_log;
}

server {
    listen 80;
    server_name random27569.example.org www.random27569.example.org;

    root /srv/http/random27569.example.org;
    index index.html index.htm;

    location / {
        try_files $uri $uri/ =404;
    }

    access_log /var/log/nginx/access_log combined;
    error_log  /var/log/nginx/error_log;
}

server {
    listen 80;
    server_name random11055.example.org www.random11055.example.org;

    root /srv/http/random11055.example.org;
    index index.html index.htm;

    location / {
        try_files $uri $uri/ =404;
    }

    access_log /var/log/nginx/access_log combined;
    error_log  /var/log/nginx/error_log;
}
