From 6ecfd1a3a13ea97aa81bc4568376292089c8f249 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 1 May 2023 16:44:04 +0200 Subject: Always serve index.html by default --- host/Rory-nginx/hosts/rory.gay/mru.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/Rory-nginx') 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; ''; }; }; -- cgit 1.4.1