Forwarding for 25jinightcord.de

main
Ashelyn Rose 4 months ago
parent 4b7e59953d
commit f83e5b6900
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -1,5 +1,5 @@
{ config, pkgs, ...}: {
services.nginx.virtualHosts."phantomthieves.net" = {
{ config, pkgs, ...}: let
meleteWithWebsockets = {
locations."/" = {
proxyPass = "https://melete.tempest.dev/";
extraConfig = ''
@ -10,41 +10,18 @@
forceSSL = true;
enableACME = true;
};
in {
services.nginx.virtualHosts."forum.phantomthieves.net" = {
locations."/" = {
proxyPass = "https://melete.tempest.dev/";
extraConfig = ''
proxy_set_header Host $host;
'';
};
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."necronomicon.social" = {
locations."/" = {
proxyPass = "https://melete.tempest.dev/";
extraConfig = ''
proxy_set_header Host $host;
'';
proxyWebsockets = true;
};
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."phantomthieves.net" = meleteWithWebsockets;
services.nginx.virtualHosts."forum.phantomthieves.net" = meleteWithWebsockets;
services.nginx.virtualHosts."necronomicon.social" = meleteWithWebsockets;
services.nginx.virtualHosts."elk.tempest.dev" = meleteWithWebsockets;
services.nginx.virtualHosts."m.phantomthieves.net" = meleteWithWebsockets;
services.nginx.virtualHosts."social.25jinightcord.de" = meleteWithWebsockets;
services.nginx.virtualHosts."elk.tempest.dev" = {
locations."/" = {
proxyPass = "http://melete.tempest.local:5314";
proxyWebsockets = true;
};
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."m.phantomthieves.net" = {
locations."/" = {
services.nginx.virtualHosts."25jinightcord.de" = {
locations."/.well-known/" = {
proxyPass = "https://melete.tempest.dev/";
extraConfig = ''
proxy_set_header Host $host;

Loading…
Cancel
Save