Fix Tor access

Configure alternate_domains for Rails app to re-enable Tor access (was
throwing 403s without this config)
This commit is contained in:
Râu Cao
2022-11-30 12:06:25 +01:00
parent 66f5217a41
commit f3ca307e64
4 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
"use_ssl": "false"
}
}
},
"kosmos-mastodon": {
"alternate_domains": [
"mastodon.w7nooprauv6yrnhzh2ajpcnj3doinked2aaztlwfyt6u6pva2qdxqhid.onion"
]
}
}
}