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:
@@ -58,3 +58,4 @@ ES_HOST=localhost
|
||||
ES_PORT=9200
|
||||
|
||||
ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
|
||||
ALTERNATE_DOMAINS='<%= @alternate_domains.join(" ") %>'
|
||||
|
||||
Reference in New Issue
Block a user