I'm not entirely sure of what you mean for frontend.

ansible-openwisp2 installs in /opt/openwisp2 by default, you may change
this location if you need by tweaking the variable "openwisp2_path" in the
vars section of you ansible playbook, for example:

- hosts: openwisp2
  become: "{{ become | default('yes') }}"
  roles:
    - openwisp.openwisp2
  vars:
    # if for some reason you prefer to have it located elsewhere:
    - openwisp2_path: /var/www/openwisp2

On Wed, Apr 26, 2017 at 3:22 PM Alberto Crespo <[email protected]>
wrote:

> In Debian, where is the exact location of the front-end?
>
> Thank you
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenWISP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to