Disable external access, delete nginx config

pull/1/head
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

@ -8,6 +8,7 @@
./services/acme.nix
./services/coturn.nix
./services/nginx.nix
./services/nitter.nix
./services/postgres.nix
./services/synapse.nix
./services/ttrss.nix

View File

@ -29,11 +29,6 @@
forceSSL = true;
locations."/".proxyPass = "http://unix:/run/gitea/gitea.sock:";
};
"nitter.graven.dev" = {
useACMEHost = "graven.dev";
forceSSL = true;
locations."/".proxyPass = "http://localhost:4992"
}
"vault.graven.dev" = {
forceSSL = true;
useACMEHost = "graven.dev";

View File

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