Method: NginxStage::PunConfigView#error_log_path

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

#error_log_pathString

Path to the user’s personal error.log

Returns:

  • (String)

    path to error log



12
13
14
# File 'lib/nginx_stage/views/pun_config_view.rb', line 12

def error_log_path
  NginxStage.pun_error_log_path(user: user)
end