Method: NginxStage::PunConfigView#sendfile_root
- Defined in:
- lib/nginx_stage/views/pun_config_view.rb
#sendfile_root ⇒ String
Path to the filesystem root where files are served from
78 79 80 |
# File 'lib/nginx_stage/views/pun_config_view.rb', line 78 def sendfile_root NginxStage.pun_sendfile_root(user: user) end |