sevensolutions / nomad-iis

🧩 A TaskDriver plugin for HashiCorp Nomad to run IIS workloads.
https://nomad-iis.sevensolutions.cc/
MIT License
14 stars 1 forks source link

Normalize Paths #39

Closed sevensolutions closed 9 months ago

sevensolutions commented 10 months ago

The web app fails to load the web.config, if someone specifies a path using a slash (Linux stlye) instead of a backslash.

Eg.

application {
   path = "local/app"
}

We should normalize all paths.