文件名称:nginx-conf-for-rails:本页描述了 Nginx with Rails 的配置(示例)(通过 Unicorn)
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-04 07:26:44
Rails 的 Nginx 配置 本页描述了 Nginx 与 Rails(通过 Unicorn)的配置(示例)。 nginx /etc/nginx/nginx.conf worker_processes 8 ; user nobody nobody; events { worker_connections 4096 ; accept_mutex on ; use epoll ; } http { proxy_buffer_size 128k ; proxy_buffers 4 256k ; proxy_busy_buffers_size 256k ; client_max_body_size 40M ; include mime.types; default_type application/octet-stream; sendfile on
【文件预览】:
nginx-conf-for-rails-master
----.gitignore(8B)
----LICENSE(1KB)
----README.md(2KB)