Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
- role: openwebui
- role: uusrc.general.nginx_reverse_proxy
vars:
location: /
auth: sram
proxy_pass: http://localhost:3000
proxy_set_header: X-Remote-User-Mail $username@localhost

nginx_reverse_proxy_locations:
- name: openwebui
location: /
auth: sram
proxy_pass: http://localhost:3000
# proxy_set_header: "X-Remote-User-Mail $username@localhost"
Loading