REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 3.08 KB
Close
/proc/self/root/opt/cpanel/ea-ruby27/root/usr/share/passenger/templates/standalone/config.erb
Text
Base64
########################################################################## # Passenger Standalone is built on the same technology that powers # Passenger for Nginx, so any configuration option supported by Passenger # for Nginx can be applied to Passenger Standalone as well. You can do # this by direct editing the Nginx configuration template that is used by # Passenger Standalone. # # This file is the original template. DO NOT EDIT THIS FILE DIRECTLY. # Instead, make a copy of this file and pass the `--nginx-config-template` # parameter to Passenger Standalone. # # Learn more about using the Nginx configuration template at: # https://www.phusionpassenger.com/library/config/standalone/intro.html#nginx-configuration-template # # *** NOTE *** # If you customize the template file, make sure you keep an eye on the # original template file and merge any changes. New Phusion Passenger # features may require changes to the template file. ############################################################## <%= include_passenger_internal_template('global.erb') %> worker_processes 1; events { worker_connections 4096; } http { <%= include_passenger_internal_template('http.erb', 4) %> ### BEGIN your own configuration options ### # This is a good place to put your own config # options. Note that your options must not # conflict with the ones Passenger already sets. # Learn more at: # https://www.phusionpassenger.com/library/config/standalone/intro.html#nginx-configuration-template ### END your own configuration options ### default_type application/octet-stream; types_hash_max_size 2048; server_names_hash_bucket_size 64; client_max_body_size 1024m; access_log off; keepalive_timeout 60; underscores_in_headers on; gzip on; gzip_comp_level 3; gzip_min_length 150; gzip_proxied any; gzip_types text/plain text/css text/json text/javascript application/javascript application/x-javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-ttf application/xml font/opentype image/svg+xml text/xml; <% if @app_finder.multi_mode? %> # Default server entry for mass deployment mode. server { <%= include_passenger_internal_template('mass_deployment_default_server.erb', 12) %> } <% end %> <% for app in @apps %> server { <%= include_passenger_internal_template('server.erb', 8, true, binding) %> <%= include_passenger_internal_template('rails_asset_pipeline.erb', 8, false) %> ### BEGIN your own configuration options ### # This is a good place to put your own config # options. Note that your options must not # conflict with the ones Passenger already sets. # Learn more at: # https://www.phusionpassenger.com/library/config/standalone/intro.html#nginx-configuration-template ### END your own configuration options ### } passenger_pre_start <%= listen_url(app) %>; <% end %> <%= include_passenger_internal_template('footer.erb', 4) %> }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
cannot_write_to_dir.txt.erb
461 B
lrw-r--r--
2026-06-19 15:13:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
config.erb
3.08 KB
lrw-r--r--
2026-06-19 15:13:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
footer.erb
31 B
lrw-r--r--
2026-06-19 15:13:19
Edit
Download
Rename
Chmod
Change Date
Delete
global.erb
744 B
lrw-r--r--
2026-06-19 15:13:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
http.erb
2.01 KB
lrw-r--r--
2026-06-19 15:13:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
mass_deployment_default_server.erb
383 B
lrw-r--r--
2026-06-19 15:13:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
rails_asset_pipeline.erb
542 B
lrw-r--r--
2026-06-19 15:13:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
server.erb
2.84 KB
lrw-r--r--
2026-06-19 15:13:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).