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