The OneFlow route must always be active to avoid error in cloud view

The cloud view always makes request to “/service” even when the
OneFlow provisionning tab is disable.

When the OneFlow service is disable and the route is active, Sunstone
just reply a “503 Service Unavailable”.

* tmpl/sunstone-server.conf: do not disable OneFlow route.

Ref: #22068
Esse commit está contido em:
Daniel Dehennin 2017-11-14 11:54:24 +01:00
commit bec30baa9c
1 arquivos alterados com 0 adições e 2 exclusões

Ver arquivo

@ -183,9 +183,7 @@
# - other
:routes:
%if %%getVar('activer_oneflow', 'non') == 'oui'
- oneflow
%end if
%if %%getVar('activer_market_views', 'non') == 'oui'
- appmarket
%end if