summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/rory.gay/bots.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/hosts/rory.gay/bots.nix')
-rwxr-xr-xhost/Rory-nginx/hosts/rory.gay/bots.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/bots.nix b/host/Rory-nginx/hosts/rory.gay/bots.nix
new file mode 100755
index 0000000..f18a402
--- /dev/null
+++ b/host/Rory-nginx/hosts/rory.gay/bots.nix
@@ -0,0 +1,9 @@
+{
+  enableACME = true;
+  addSSL = true;
+  locations = {
+    "/" = {
+      proxyPass = "http://192.168.1.50:5033";
+    };
+  };
+}
\ No newline at end of file