Skip to content

Commit

Permalink
Fix API proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Jun 4, 2024
1 parent 31c4cf0 commit 60c972a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/nginx_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ galaxy_nginx_vhost_config:
auth: "{{ _molecule_active | ternary(None, 'sram') | default(omit, true) }}"
- name: api
location: /api
backend: http://galaxy
auth: "{{ _galaxy_api_exposed | ternary(None, 'sram') | default(omit, true) }}"
- name: static
location: /static
Expand Down

0 comments on commit 60c972a

Please sign in to comment.