ome / ansible-role-omero-web

Installs and configures OMERO.web and Nginx
BSD 2-Clause "Simplified" License
1 stars 14 forks source link

omero web nginx config is ignored #17

Closed manics closed 4 years ago

manics commented 6 years ago

Nginx is configured before the systemd setup. This means omero-web configuration properties that affect the generated nginx config file (e.g. omero.web.prefix) are ignored.

joshmoore commented 6 years ago

How critical is this, @manics ?

manics commented 6 years ago

If anyone sets omero.web.prefix their OMERO.web won't work. I suspect this has always been the case, and no-ones reported it until I discovered it the other day.

manics commented 6 years ago

Turns out I fixed it and forgot to open the PR: https://github.com/openmicroscopy/ansible-role-omero-web/pull/18