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 44 <handlers >
55 <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule" resourceType =" Unspecified" />
66 </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 >
810 <httpProtocol >
911 <customHeaders >
1012 <remove name =" X-Powered-By" />
Original file line number Diff line number Diff line change 22<configuration >
33 <system .webServer>
44 <handlers >
5- <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule" resourceType =" Unspecified" />
5+ <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModule" resourceType =" Unspecified" />
66 </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 >
810 <staticContent >
911 <remove fileExtension =" .woff" />
1012 <remove fileExtension =" .woff2" />
1719 </customHeaders >
1820 </httpProtocol >
1921 </system .webServer>
20- </configuration >
22+ </configuration >
You can’t perform that action at this time.
0 commit comments