Skip to content

Commit b7231c0

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents 6ec5396 + 2aa4c41 commit b7231c0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/fixture/confs-stdlocal/MiG.conf

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,8 +1779,9 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
17791779
<IfDefine !SID_FQDN>
17801780
<IfDefine BASE_FQDN>
17811781
# NOTE: the contents of this static file can be generated with:
1782-
# cd /home/mig/mig && python shared/httpsclient.py | \
1783-
# grep -A 80 "xml version" > /home/mig/state/wwwpublic/oiddiscover.xml
1782+
# cd /home/mig && python mig/server/genoiddiscovery.py > \
1783+
# /home/mig/state/wwwpublic/oiddiscover.xml
1784+
# when openid is enabled in MiGserver.conf
17841785
Header always set X-XRDS-Location "https://${BASE_FQDN}/public/oiddiscover.xml"
17851786
</IfDefine>
17861787
</IfDefine>
@@ -2380,8 +2381,9 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
23802381
<IfDefine !SID_FQDN>
23812382
<IfDefine BASE_FQDN>
23822383
# NOTE: the contents of this static file can be generated with:
2383-
# cd /home/mig/mig && python shared/httpsclient.py | \
2384-
# grep -A 80 "xml version" > /home/mig/state/wwwpublic/oiddiscover.xml
2384+
# cd /home/mig && python mig/server/genoiddiscovery.py > \
2385+
# /home/mig/state/wwwpublic/oiddiscover.xml
2386+
# when openid is enabled in MiGserver.conf
23852387
Header always set X-XRDS-Location "https://${BASE_FQDN}/public/oiddiscover.xml"
23862388
</IfDefine>
23872389
</IfDefine>

0 commit comments

Comments
 (0)