Fixed invalid redirect for /atlas without trailing slash by chgl · Pull Request #2700 · OHDSI/Atlas (original) (raw)
Closes #2641
When accessing the Atlas UI on a URL not ending in a trailing slash, NGINX would always automatically redirect you to host:8080/atlas/.
This change modifies the default NGINX configuration to use the host header for redirection.