| I have a timeout problem that is not caused by the explicit timeout in the config.rb I've traced it back to what I believe to be cross-origin rules issue where an automatic pulse check comes from http unexpectedly. I'll share the lines that mention a protocol and or a port. Can anyone, especially someone who runs archivesspace behind and F5 AppConfig[:oai_proxy_url] = 'https://aspace.library.uni.edu:8082' |
| AppConfig[:frontend_proxy_url] = 'https://archivesspace.library.uni.edu/staff' |
| AppConfig[:public_proxy_url] = 'https://aspace.library.uni.edu' |
| AppConfig[:solr_url] = "http://localhost:8983/solr/archivesspace" |
| AppConfig[:public_url] = "http://localhost:8081" |