Method: NginxStage::PunConfigView#access_log_path

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

#access_log_pathString

Path to the user’s personal access.log

Returns:

  • (String)

    path to access log



18
19
20
# File 'lib/nginx_stage/views/pun_config_view.rb', line 18

def access_log_path
  NginxStage.pun_access_log_path(user: user)
end