Skip to content

Commit

Permalink
Remove HttpResolver url prefix (Islandora-Devops#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Dec 18, 2019
1 parent b79c181 commit 4c88258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/vagrant/group_vars/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ cantaloupe_cache_source: FilesystemCache
cantaloupe_cache_derivative: FilesystemCache
cantaloupe_create_FilesystemCache_dir: yes
cantaloupe_resolver_static: HttpResolver
cantaloupe_HttpResolver_BasicLookupStrategy_url_prefix: "http://{{ hostvars[groups['webserver'][0]].ansible_host }}:{{ apache_listen_port }}/"
cantaloupe_HttpResolver_BasicLookupStrategy_url_prefix: ""

0 comments on commit 4c88258

Please sign in to comment.