Revert "Fix pds usage with https://pdsls.dev/"

This reverts commit 5c2f25ba4a.
This commit is contained in:
batteredbunny 2024-11-30 13:54:47 +02:00
parent c8b22b224c
commit cb41a522fa
2 changed files with 1 additions and 5 deletions

View file

@ -76,7 +76,7 @@ in
} }
''; '';
}; };
"lastfm.catnip.ee" = { "lastfm.catnip.ee" = {
extraConfig = '' extraConfig = ''
tls { tls {

View file

@ -25,10 +25,6 @@
resolvers 1.1.1.1 resolvers 1.1.1.1
} }
header {
Access-Control-Allow-Origin *
}
handle /xrpc/* { handle /xrpc/* {
reverse_proxy :${config.services.pds.settings.PDS_PORT} reverse_proxy :${config.services.pds.settings.PDS_PORT}
} }