📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 03:46:15
📂
/
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
passenger
/
templates
/
standalone
✏️
Editing: mass_deployment_default_server.erb
<% if @options[:ssl] %> <% if @options[:ssl_port] %> listen <%= nginx_listen_address %>; listen <%= nginx_listen_address_with_ssl_port %> ssl http2; <% else %> listen <%= nginx_listen_address %> ssl http2; <% end %> <% else %> listen <%= nginx_listen_address %>; <% end %> root '<%= PhusionPassenger.resources_dir %>/standalone_default_root';
💾 Save Changes
❌ Cancel