diff options
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/matrix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/matrix.nix b/host/Rory-nginx/hosts/rory.gay/matrix.nix index 26507fc..56f769b 100755 --- a/host/Rory-nginx/hosts/rory.gay/matrix.nix +++ b/host/Rory-nginx/hosts/rory.gay/matrix.nix @@ -19,6 +19,7 @@ add_header 'Content-Length' 0; return 204; } + try_files $uri $uri/ /index.html; ''; }; locations."/_synapse/client".proxyPass = "http://192.168.1.5:8008"; |