summaryrefslogtreecommitdiff
path: root/hosts/cloud
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cloud')
-rw-r--r--hosts/cloud/bkk/nginx.nix8
-rw-r--r--hosts/cloud/sortug/nginx.nix8
2 files changed, 16 insertions, 0 deletions
diff --git a/hosts/cloud/bkk/nginx.nix b/hosts/cloud/bkk/nginx.nix
index 03c13ce..ea6b785 100644
--- a/hosts/cloud/bkk/nginx.nix
+++ b/hosts/cloud/bkk/nginx.nix
@@ -33,6 +33,14 @@
proxyWebsockets = true; # needed if you need to use WebSocket
};
};
+ virtualHosts."kino.urbit.men" = {
+ enableACME = true;
+ forceSSL = true;
+ locations."/" = {
+ proxyPass = "http://127.0.0.1:8095";
+ proxyWebsockets = true; # needed if you need to use WebSocket
+ };
+ };
virtualHosts."m.urbit.men" = {
enableACME = true;
forceSSL = true;
diff --git a/hosts/cloud/sortug/nginx.nix b/hosts/cloud/sortug/nginx.nix
index 655b44c..b075c22 100644
--- a/hosts/cloud/sortug/nginx.nix
+++ b/hosts/cloud/sortug/nginx.nix
@@ -31,6 +31,14 @@
proxyWebsockets = true; # needed if you need to use WebSocket
};
};
+ virtualHosts."kino.sortug.com" = {
+ enableACME = true;
+ forceSSL = true;
+ locations."/" = {
+ proxyPass = "http://127.0.0.1:8095";
+ proxyWebsockets = true; # needed if you need to use WebSocket
+ };
+ };
virtualHosts."u.sortug.com" = {
enableACME = true;
forceSSL = true;