spaceapi/webserver/spaceapi.conf

5 lines
98 B
Plaintext

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