Disable external access, delete nginx config

This commit is contained in:
Emelie Graven 2022-04-12 16:07:17 +02:00
parent 306652ff73
commit eb43445854
Signed by: emelie
GPG key ID: C11123726DBB55A1
3 changed files with 3 additions and 6 deletions

View file

@ -5,7 +5,8 @@
server = {
port = 4992;
# Only save cookies on HTTPS
https = true;
address = "127.0.0.1";
}
}
}