OSC / nginx_stage

[MOVED] Stages & controls the per-user NGINX environment
https://github.com/OSC/ondemand/tree/master/nginx_stage
MIT License
0 stars 1 forks source link

Ability to configure regex + custom app config #41

Open ericfranz opened 6 years ago

ericfranz commented 6 years ago

The idea:

  1. specify a regex for a base URI and a corresponding custom app config template in /etc/ood
  2. when nginx init is run, if the regex matches, use the custom app config instead of the default template

The result would be the ability to add support for other applications besides Passenger based. Of course, something like this would only actually work if there was also a sane way to use, for example uwsgi with the SCL NGINX.