yola / yodeploy

Python library for deployment
4 stars 0 forks source link

Django hooks for nginx hosted apps #218

Closed serhii-karelov closed 6 years ago

serhii-karelov commented 6 years ago

We have Django apps which are run behind nginx (ws-service). The problem is that hooks.django.DjangoApp cannot be used with ws-service because it works only with Apache hosted apps.

We need DjangoApp mixin which is webserver agnostic.

I believe that replacing ApacheHostedApp with ConfiguratedApp in DjangoApp class parents will work for us, but I may not be aware about some pitfalls.

@yola/service-engineering @yola/operations-engineering

stefanor commented 6 years ago

IIRC this was done, in #219.