File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
tests/fixture/confs-stdlocal Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1779,8 +1779,9 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
1779
1779
<IfDefine !SID_FQDN>
1780
1780
<IfDefine BASE_FQDN>
1781
1781
# 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
1784
1785
Header always set X-XRDS-Location "https://${BASE_FQDN}/public/oiddiscover.xml"
1785
1786
</IfDefine>
1786
1787
</IfDefine>
@@ -2380,8 +2381,9 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
2380
2381
<IfDefine !SID_FQDN>
2381
2382
<IfDefine BASE_FQDN>
2382
2383
# 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
2385
2387
Header always set X-XRDS-Location "https://${BASE_FQDN}/public/oiddiscover.xml"
2386
2388
</IfDefine>
2387
2389
</IfDefine>
You can’t perform that action at this time.
0 commit comments