mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
We gotta regen the ssowat conf to propagate the change
This commit is contained in:
parent
79627d79cc
commit
71bc6a0faf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue