updates or whateva

merge-requests/2/head
Matthew 2021-05-09 20:41:40 -04:00
parent ffe35537ff
commit 4c60baf65f
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
2 changed files with 7 additions and 2 deletions

View File

@ -17,10 +17,9 @@ server {
passenger_ruby /usr/local/bin/ruby2.4;
passenger_load_shell_envvars off;
passenger_min_instances 8;
passenger_max_pool_size 18;
#passenger_log_level 4;
passenger_start_timeout 300;
passenger_enabled on;
passenger_pre_start https://edu.libraryofcode.org/;
#passenger_pre_start https://edu.libraryofcode.org/;
rails_env production;
}

View File

@ -70,6 +70,12 @@ http {
# gzip_http_version 1.1;
# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
##
# Passenger shit
##
passenger_max_pool_size 18;
##
# Virtual Host Configs
##