summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index c89efe2..c15dc02 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -14,6 +14,7 @@ http {
passenger_log_level 2;
passenger_spawn_method conservative;
#passenger_use_global_queue on;
+ passenger_max_pool_size 30;
include NGINX_DEST/conf/mime.types;
default_type application/octet-stream;
@@ -23,7 +24,7 @@ http {
# webservices
server {
- listen 80;
+ listen NGINX_PORT;
client_max_body_size 5000m;
server_name SERVERNAME;
location / {