all fixes

do2
Matthew 2025-03-19 19:59:15 -04:00
parent 10f1be502b
commit f43622df28
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 7 additions and 0 deletions

View File

@ -12,10 +12,17 @@ server {
passenger_enabled on;
passenger_app_env production;
passenger_ruby /usr/bin/ruby;
passenger_user canvas;
passenger_group root;
passenger_friendly_error_pages on;
# passenger_root /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini;
passenger_pool_idle_time 300;
passenger_max_pool_size 10;
client_max_body_size 50M;
location / {
try_files $uri @app;
}