summary refs log tree commit diff
diff options
context:
space:
mode:
-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 d309946..70c0db3 100755
--- a/host/Rory-nginx/hosts/rory.gay/mru.nix
+++ b/host/Rory-nginx/hosts/rory.gay/mru.nix
@@ -13,7 +13,7 @@
         add_header 'Access-Control-Max-Age' 1728000;
 
         # default to /index.html if file not found
-        try_files $uri $uri/ index.html;
+        try_files $uri $uri/ /index.html;
       '';
     };
   };