1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Add /lokole/ to path for links from webapp

This commit is contained in:
rgangela99 2018-07-28 13:31:33 -04:00 committed by Aidan Fitzgerald
parent 83e6627861
commit 244be9f2d7
2 changed files with 11 additions and 2 deletions

View file

@ -12,7 +12,7 @@ lokole_install: True
lokole_enabled: True
lokole_url: /lokole
lokole_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}/{{ lokole_url }}"
lokole_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ lokole_url }}"
lokole_domain_socket: "{{ lokole_run_directory }}/lokole_gunicorn.sock"