summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-21 22:55:51 +0100
committerRory& <root@rory.gay>2026-02-21 22:55:51 +0100
commitfde12f4d5c6d00226662909d2b02e1bd55b16ec0 (patch)
tree97989b110186260fe83fc1b25026b93538d87b5b /host
parentdeprecation (diff)
downloadRory-Open-Architecture-master.tar.xz
make xml not use single quotes for some insane reason HEAD master
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-ovh/services/nginx/rory.gay/root.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-ovh/services/nginx/rory.gay/root.nix b/host/Rory-ovh/services/nginx/rory.gay/root.nix

index 895ae77..a4a03b8 100755 --- a/host/Rory-ovh/services/nginx/rory.gay/root.nix +++ b/host/Rory-ovh/services/nginx/rory.gay/root.nix
@@ -50,8 +50,8 @@ locations."= /.well-known/host-meta".extraConfig = '' more_set_headers 'Content-Type application/json'; more_set_headers 'Access-Control-Allow-Origin *'; - return 200 '<?xml version='1.0' encoding='utf-8'?> - <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'> + return 200 '<?xml version="1.0" encoding="utf-8"?> + <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> <Link rel="urn:xmpp:alt-connections:websocket" href="wss://xmpp.rory.gay/ws" /> </XRD>';