Skip to content

Commit

Permalink
Fixed Docs url; Fixed nginx config file name
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias de Bruijn <[email protected]>
  • Loading branch information
TobiasDeBruijn committed Oct 24, 2023
1 parent d930189 commit d8d7ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/chroma/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
- name: "Copy nginx configuration"
template:
src: "chroma.conf.j2"
dest: "/etc/nginx/sites-enabled/{{ canonical_hostname }}.conf"
dest: "/etc/nginx/sites-enabled/chroma.{{ canonical_hostname }}.conf"
notify: "reload nginx"

- name: "Template environment file for Chroma"
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/chroma/templates/chroma.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ server {
}

location /docs {
alias /var/www/chroma/docs;
index index.html;
root /var/www/chroma/docs;
}
}

0 comments on commit d8d7ee8

Please sign in to comment.