Disable sevenofnix
reverse proxy
This commit is contained in:
parent
3089c758e3
commit
2237f796b1
2 changed files with 10 additions and 9 deletions
|
@ -4,11 +4,12 @@
|
|||
ipv4 = true;
|
||||
ipv6 = true;
|
||||
domains = [
|
||||
"sevenofnix.aciceri.dev"
|
||||
# "sevenofnix.aciceri.dev"
|
||||
"home.aciceri.dev"
|
||||
"torrent.aciceri.dev"
|
||||
"search.aciceri.dev"
|
||||
"invidious.aciceri.dev"
|
||||
"wireguard.aciceri.dev"
|
||||
];
|
||||
apiTokenFile = config.age.secrets.cloudflare-dyndns-api-token.path;
|
||||
};
|
||||
|
|
|
@ -35,14 +35,14 @@
|
|||
proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}";
|
||||
};
|
||||
};
|
||||
"sevenofnix.aciceri.dev" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.1.1.2:${builtins.toString config.services.buildbot-master.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
# "sevenofnix.aciceri.dev" = {
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
# locations."/" = {
|
||||
# proxyPass = "http://10.1.1.2:${builtins.toString config.services.buildbot-master.port}";
|
||||
# proxyWebsockets = true;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
# services.oauth2_proxy = {
|
||||
|
|
Loading…
Add table
Reference in a new issue