Method: NginxStage::PunConfigView#socket_path
- Defined in:
- lib/nginx_stage/views/pun_config_view.rb
#socket_path ⇒ String
Path to the user’s per-user NGINX socket file
66 67 68 |
# File 'lib/nginx_stage/views/pun_config_view.rb', line 66 def socket_path NginxStage.pun_socket_path(user: user) end |