File tree Expand file tree Collapse file tree 3 files changed +35
-35
lines changed
Auth/LearningHub.Nhs.Auth Expand file tree Collapse file tree 3 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 11@{
2- ViewData [" Title" ] = " Already active session " ;
2+ ViewData [" Title" ] = " Session already active " ;
33}
44<div class =" bg-white" >
55 <div class =" nhsuk-width-container app-width-container" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <location path =" ." inheritInChildApplications =" false" >
4- <system .webServer>
5- <httpProtocol >
6- <customHeaders >
7- <remove name =" X-Powered-By" />
8- <remove name =" Server" />
9- </customHeaders >
10- </httpProtocol >
11- <security >
12- <requestFiltering removeServerHeader =" true" />
13- </security >
14- <handlers >
15- <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2" resourceType =" Unspecified" />
16- </handlers >
17- <aspNetCore processPath =" dotnet" arguments =" .\LearningHub.Nhs.Auth.dll" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" hostingModel =" inprocess" />
18- </system .webServer>
19- </location >
3+ <location path =" ." inheritInChildApplications =" false" >
4+ <system .webServer>
5+ <httpProtocol >
6+ <customHeaders >
7+ <remove name =" X-Powered-By" />
8+ <remove name =" Server" />
9+ </customHeaders >
10+ </httpProtocol >
11+ <security >
12+ <requestFiltering removeServerHeader =" true" />
13+ </security >
14+ <handlers >
15+ <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2" resourceType =" Unspecified" />
16+ </handlers >
17+ <aspNetCore processPath =" dotnet" arguments =" .\LearningHub.Nhs.Auth.dll" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" hostingModel =" inprocess" />
18+ </system .webServer>
19+ </location >
2020</configuration >
2121<!-- ProjectGuid: 7B47C2F7-5559-46EB-BEB3-A65378C09119-->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <location path =" ." inheritInChildApplications =" false" >
4- <system .webServer>
5- <httpProtocol >
6- <customHeaders >
7- <remove name =" X-Powered-By" />
8- <remove name =" Server" />
9- </customHeaders >
10- </httpProtocol >
11- <security >
12- <requestFiltering removeServerHeader =" true" />
13- </security >
14- <handlers >
15- <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2" resourceType =" Unspecified" />
16- </handlers >
17- <aspNetCore processPath =" dotnet" arguments =" .\LearningHub.Nhs.UserApi .dll" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" hostingModel =" InProcess " />
18- </system .webServer>
19- </location >
3+ <location path =" ." inheritInChildApplications =" false" >
4+ <system .webServer>
5+ <httpProtocol >
6+ <customHeaders >
7+ <remove name =" X-Powered-By" />
8+ <remove name =" Server" />
9+ </customHeaders >
10+ </httpProtocol >
11+ <security >
12+ <requestFiltering removeServerHeader =" true" />
13+ </security >
14+ <handlers >
15+ <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2" resourceType =" Unspecified" />
16+ </handlers >
17+ <aspNetCore processPath =" dotnet" arguments =" .\LearningHub.Nhs.AdminUI .dll" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" hostingModel =" inprocess " />
18+ </system .webServer>
19+ </location >
2020</configuration >
2121<!-- ProjectGuid: FEED1D29-D25D-414D-81EE-E495E8B6A8BF-->
You can’t perform that action at this time.
0 commit comments