spaceapi/webserver/spaceapi.conf

5 lines
99 B
Plaintext

server {
listen 80 default_server;
root /app/public;
index spaceapi.json;
}