Gunicorn sever can not start in Ubuntu
Clash Royale CLAN TAG #URR8PPP Gunicorn sever can not start in Ubuntu I am deploying a flask project with Nginx, Gunicorn and Ubuntu Linux server. Currently, I have already done something and the server can be started manually with the command gunicorn -w 4 -b 127.0.0.1:5000 run:app Followings is the content of nginx.conf user www www; worker_processes 2; error_log /usr/local/webserver/nginx/logs/nginx_error.log crit; pid /usr/local/webserver/nginx/nginx.pid; #Specifies the value for maximum file descriptors that can be opened by this process. worker_rlimit_nofile 65535; events { use epoll; worker_connections 65535; } http { include mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" $http_x_forwarded_for'; #charset gb2312; # server_names_hash_bucket_size