mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #73 from ZeHiro/unstable
[fix] Fix skipped_urls for each domain and #68
This commit is contained in:
commit
32313d197d
1 changed files with 1 additions and 1 deletions
|
@ -928,7 +928,7 @@ def app_ssowatconf(auth):
|
||||||
redirected_regex.update(app_settings['redirected_regex'])
|
redirected_regex.update(app_settings['redirected_regex'])
|
||||||
|
|
||||||
for domain in domains:
|
for domain in domains:
|
||||||
skipped_urls.extend(['/yunohost/admin', '/yunohost/api'])
|
skipped_urls.extend([domain + '/yunohost/admin', domain + '/yunohost/api'])
|
||||||
|
|
||||||
conf_dict = {
|
conf_dict = {
|
||||||
'portal_domain': main_domain,
|
'portal_domain': main_domain,
|
||||||
|
|
Loading…
Add table
Reference in a new issue