File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
Auth/LearningHub.Nhs.Auth Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <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 >
20+ </configuration >
21+ <!-- ProjectGuid: 7B47C2F7-5559-46EB-BEB3-A65378C09119-->
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <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 >
20+ </configuration >
21+ <!-- ProjectGuid: FEED1D29-D25D-414D-81EE-E495E8B6A8BF-->
You can’t perform that action at this time.
0 commit comments