Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nginx/rootfs/nginx/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ worker_processes 1;
daemon off;
master_process off;

error_log logs/error.log debug;
error_log logs/error.log error;

events {
worker_connections 32;
worker_connections 128;
}

http {
Expand Down