spaceapi/webserver/spaceapi.conf

5 lines
99 B
Plaintext

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