Skip to content

Commit

Permalink
volunteer-portal: fix tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewandrews committed Jun 23, 2022
1 parent 30efce7 commit c5001d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ansible/roles/volunteer-portal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,10 @@
appname: "volunteer-portal"
hostname: "{{ digivol_hostname }}"
context_path: "{{ digivol_context_path }}"
nginx_root: "{{}}"
nginx_paths:
- path: "{{ digivol_context_path }}"
is_proxy: true
proxy_pass: "http://127.0.0.1:8080/{{ digivol_context_path }}"
notify:
- reload nginx
tags:
- nginx_vhost
- volunteer-portal
Expand Down

0 comments on commit c5001d8

Please sign in to comment.