ait-cs-IaaS / koord2ool

Koord2ool is an extension of LimeSurvey that visualizes responses to surveys over time.
GNU General Public License v3.0
3 stars 1 forks source link

FIX: check before adding new BASE_URI directive to nginx #42

Closed kamil-certat closed 7 months ago

kamil-certat commented 7 months ago

Simple check preventing writing the same location directive multiple times. Currently, the entrypoint script adds the custom base uri location on every startup, what leads to duplication and NGINX critical errors.

Fix #41