fix typo AGAIN :/

master
Dirk Heilig 2021-01-04 11:29:38 +01:00
parent 79178bab71
commit 827f1d6dec
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
server {
listen 80 default_server;
root /aap/public;
root /app/public;
index spaceapi.json;
}