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
@@ -58,3 +58,4 @@ ES_HOST=localhost
ES_PORT=9200
ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
ALTERNATE_DOMAINS='<%= @alternate_domains.join(" ") %>'