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

Remove reference to Ruby symbols in config #9

Closed nickjer closed 8 years ago

nickjer commented 8 years ago

Should remove the reference to Ruby symbols in the nginx_signals part of the config:

# White-list of signals that can be sent to the NGINX process, must be
# expressed as Ruby symbols
#
nginx_signals:
  - :stop
  - :quit
  - :reopen
  - :reload

and also replace the symbols with strings. Brought to light here in issue #7