Skip to content

Commit

Permalink
fix: webroot path
Browse files Browse the repository at this point in the history
fix: webroot path
  • Loading branch information
HyggeHalcyon authored Jan 8, 2024
2 parents 245cf61 + f127a88 commit baa0393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<handlers>
<add name="httpplatformhandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
</handlers>
<httpPlatform processPath="D:\home\site\wwwroot\go-app.exe" startupTimeLimit="60">
<httpPlatform processPath="C:\home\site\wwwroot\go-app.exe" startupTimeLimit="120">
</httpPlatform>
</system.webServer>
</configuration>

0 comments on commit baa0393

Please sign in to comment.