mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
This fix disappeared in the merge mess at some point ...
This commit is contained in:
parent
8320d2f259
commit
9c9ea6d530
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ def app_change_url(operation_logger, app, domain, path):
|
|||
app_setting(app, 'domain', value=domain)
|
||||
app_setting(app, 'path', value=path)
|
||||
|
||||
permission_update(app, permission="main", add_url=[domain + path], remove_url=[old_domain + old_path], sync_perm=True)
|
||||
app_ssowatconf()
|
||||
|
||||
# avoid common mistakes
|
||||
if _run_service_command("reload", "nginx") is False:
|
||||
|
|
Loading…
Add table
Reference in a new issue