mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Cleanup unused code
This commit is contained in:
parent
18df4bbc32
commit
61a43df169
1 changed files with 0 additions and 8 deletions
|
@ -1630,14 +1630,6 @@ def app_ssowatconf():
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apps_using_remote_user_var_in_nginx = (
|
|
||||||
check_output(
|
|
||||||
"grep -nri '$remote_user' /etc/yunohost/apps/*/conf/*nginx*conf | awk -F/ '{print $5}' || true"
|
|
||||||
)
|
|
||||||
.strip()
|
|
||||||
.split("\n")
|
|
||||||
)
|
|
||||||
|
|
||||||
# FIXME : this could be handled by nginx's regen conf to further simplify ssowat's code ...
|
# FIXME : this could be handled by nginx's regen conf to further simplify ssowat's code ...
|
||||||
redirected_urls = {}
|
redirected_urls = {}
|
||||||
for domain in domains:
|
for domain in domains:
|
||||||
|
|
Loading…
Add table
Reference in a new issue