sevensolutions / nomad-iis

🧩 A TaskDriver plugin for HashiCorp Nomad to run IIS workloads.
MIT License
13 stars 1 forks source link

First Website doesnt start #16

Closed sevensolutions closed 11 months ago

sevensolutions commented 11 months ago

If i have an empty IIS with no existing website and schedule the first one via Nomad, it doesn't start throwing a HTTP 500. The problem is that we start at an Id 0 instead of 1 when numbering websites. A 0 doesn't get written to the applicationHost.config which seems to corrupt it.