diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-01 02:32:05 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-01 02:32:05 +0200 |
commit | 4422767741ff8e18f42154e3c6b02a63abcfff95 (patch) | |
tree | 7e7227035c034c74c2c01a582637d0cd48381aae /host/Rory-nginx/hosts | |
parent | Add MRU domain (diff) | |
download | Rory-Open-Architecture-4422767741ff8e18f42154e3c6b02a63abcfff95.tar.xz |
Fix path
Diffstat (limited to 'host/Rory-nginx/hosts')
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/mru.nix | 2 |
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"; |