From 71bc6a0fafce76e03de00133a4df0e570512f138 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 29 Oct 2019 16:38:15 +0100 Subject: [PATCH] We gotta regen the ssowat conf to propagate the change --- src/yunohost/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 6d3da405f..1eeb38924 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -612,6 +612,8 @@ def app_change_url(operation_logger, app, domain, path): app_setting(app, 'domain', value=domain) app_setting(app, 'path', value=path) + app_ssowatconf() + # avoid common mistakes if _run_service_command("reload", "nginx") is False: # grab nginx errors