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

@ -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";