Revert "gitea: Add new subdomain and some nginx config"

This reverts commit 58c69fa885.
This commit is contained in:
Payas Relekar 2023-06-13 22:36:09 +05:30
parent 58c69fa885
commit 29f28cab50

View file

@ -38,9 +38,6 @@
DISABLE_REGISTRATION = true;
REGISTER_EMAIL_CONFIRM = true;
};
other = {
SHOW_FOOTER_VERSION = false;
};
};
};
@ -55,32 +52,6 @@
"proxy_set_header Host $host;"
;
};
listen = {
ssh = {
proxyProtocol = true;
port = 80;
};
http = {
proxyProtocol = true;
port = 80;
};
https = {
proxyProtocol = true;
port = 443;
};
};
};
"ssh.bhankas.org" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:22";
proxyWebsockets = true;
extraConfig =
"proxy_set_header Host $host;"
;
};
};
};
};
@ -90,9 +61,5 @@
email = "admin@bhankas.org";
dnsResolver = "1.1.1.1:53";
};
"ssh.bhankas.org" = {
email = "admin@bhankas.org";
dnsResolver = "1.1.1.1:53";
};
};
}