server {
    listen [::]:80;
    server_name repo.spotter.cz;

    location / {
        root /srv/build;
    }
}