18
0
Fork 0

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
Dieser Commit ist enthalten in:
Daniel Dehennin 2017-11-14 11:54:24 +01:00
Ursprung 10258e1ff4
Commit bec30baa9c
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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