Method: NginxStage::PunConfigView#pid_path
- Defined in:
- lib/nginx_stage/views/pun_config_view.rb
#pid_path ⇒ String
Path to the user’s per-user NGINX pid file
24 25 26 |
# File 'lib/nginx_stage/views/pun_config_view.rb', line 24 def pid_path NginxStage.pun_pid_path(user: user) end |