Skip to content

Commit

Permalink
tatooine: send matrix traffic through hungryserv
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed Nov 2, 2023
1 parent e577736 commit 82aaad0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions host-configurations/tatooine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,31 +67,12 @@
error_page 502 /50x.html;
'';

locations = {
"/50x.html".root = "/usr/share/nginx/html";

# Roomserv
"/" = {
recommendedProxySettings = true;
proxyPass = "http://localhost:8007";
};
};
};
virtualHosts."hungryserv.tatooine.sumnerevans.com" = {
addSSL = true;
enableACME = true;

extraConfig = ''
error_page 502 /50x.html;
'';

locations = {
"/50x.html".root = "/usr/share/nginx/html";

# Hungryserv
"/" = {
recommendedProxySettings = true;
proxyWebsockets = true;
proxyPass = "http://localhost:8009";
};
};
Expand Down

0 comments on commit 82aaad0

Please sign in to comment.