Method: NginxStage::PunConfigView#socket_path

Defined in:
lib/nginx_stage/views/pun_config_view.rb

#socket_pathString

Path to the user’s per-user NGINX socket file

Returns:

  • (String)

    path to 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