summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-05-01 02:32:05 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-05-01 02:32:05 +0200
commit4422767741ff8e18f42154e3c6b02a63abcfff95 (patch)
tree7e7227035c034c74c2c01a582637d0cd48381aae /host
parentAdd MRU domain (diff)
downloadRory-Open-Architecture-4422767741ff8e18f42154e3c6b02a63abcfff95.tar.xz
Fix path
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/hosts/rory.gay/mru.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/mru.nix b/host/Rory-nginx/hosts/rory.gay/mru.nix
index 9b30df4..e82c0f9 100755
--- a/host/Rory-nginx/hosts/rory.gay/mru.nix
+++ b/host/Rory-nginx/hosts/rory.gay/mru.nix
@@ -1,7 +1,7 @@
 {
   enableACME = true;
   addSSL = true;
-  root = "/data/nginx/mru";
+  root = "/data/nginx/html_mru";
   locations = {
     "/" = {
       index = "index.html";