summary refs log tree commit diff
path: root/host/Rory-nginx/services/nginx/rory.gay
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-07 03:53:58 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-07 03:53:58 +0200
commitdfa3351ff6a650f5f7cac292b248e03e8a2f8f88 (patch)
tree6eaba5bcf4cc849f59f18b308fe535f73608869a /host/Rory-nginx/services/nginx/rory.gay
parentAdd container ip address (diff)
downloadRory-Open-Architecture-dfa3351ff6a650f5f7cac292b248e03e8a2f8f88.tar.xz
Add domain
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