server {
listen 80 default_server;
root /app/public;
index spaceapi.json;
add_header Access-Control-Allow-Origin *;
}