summaryrefslogtreecommitdiff
path: root/hosts/cloud
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-10-06 20:07:07 +0700
committerpolwex <polwex@sortug.com>2024-10-06 20:07:07 +0700
commit8d6ba07563abc02b498d31307eecd7463ce65e39 (patch)
treeacec26a38ad9210c60040d9cdfefa46207f78e5e /hosts/cloud
parent3a8f180df3cb9c336ff4304be4b3ca365215ba60 (diff)
parent27ed56803e8075c97a5beddc648f3b1239fd015d (diff)
m
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;