ODM2 / WOFpy

A server-side implementation of CUAHSI's Water One Flow service stack in Python.
http://odm2.github.io/WOFpy/
9 stars 9 forks source link

fix needed for LCZO WOF deployment #220

Closed miguelcleon closed 6 years ago

miguelcleon commented 6 years ago

see #219

emiliom commented 6 years ago

@miguelcleon I'm glad you found a solution! But let's wait for @lsetiawan to evaluate this and confirm that it doesn't impact deployments nginx; I'm guessing it's possible that setting has to be different for nginx vs apache.

miguelcleon commented 6 years ago

@emiliom Yes, I was thinking that maybe the case. If so, maybe apache or nginx can be detected if not a setting maybe needed.

lsetiawan commented 6 years ago

@miguelcleon @emiliom After doing testing deploying this in a production mode. The change that @miguelcleon has made doesn't impact deployment with nginx. Thanks. I am merging this PR.

miguelcleon commented 6 years ago

@lsetiawan great, thanks! Testing on HIS central QA system isn't working so I'm in communication with @martinseul about that.

emiliom commented 6 years ago

Great to see this had no impact on nginx.