File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
AbpCompanyName.AbpProjectName.Web.Host
AbpCompanyName.AbpProjectName.Web.Mvc Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
<handlers >
5
5
<add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule" resourceType =" Unspecified" />
6
6
</handlers >
7
- <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" startupTimeLimit =" 3600" requestTimeout =" 23:00:00" />
7
+ <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" startupTimeLimit =" 3600" requestTimeout =" 23:00:00" >
8
+ <environmentVariables />
9
+ </aspNetCore >
8
10
<httpProtocol >
9
11
<customHeaders >
10
12
<remove name =" X-Powered-By" />
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<system .webServer>
4
4
<handlers >
5
- <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule" resourceType =" Unspecified" />
5
+ <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule" resourceType =" Unspecified" />
6
6
</handlers >
7
- <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" />
7
+ <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" >
8
+ <environmentVariables />
9
+ </aspNetCore >
8
10
<staticContent >
9
11
<remove fileExtension =" .woff" />
10
12
<remove fileExtension =" .woff2" />
17
19
</customHeaders >
18
20
</httpProtocol >
19
21
</system .webServer>
20
- </configuration >
22
+ </configuration >
You can’t perform that action at this time.
0 commit comments