summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix')
-rw-r--r--host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix b/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix
index e69de29..7eaa87d 100644
--- a/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix
+++ b/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix
@@ -0,0 +1,7 @@
+{
+  locations = {
+    "/" = {
+      proxyPass = "http://192.168.1.4:9000";
+    };
+  };
+}
\ No newline at end of file