Skip to content

Commit

Permalink
add thread support (#13)
Browse files Browse the repository at this point in the history
* add thread support
* update nginx
  • Loading branch information
Sida Say authored May 6, 2021
1 parent bfb2fb4 commit 8b2959e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/install-nginx-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Ref: https://github.com/nginxinc/docker-nginx/blob/594ce7a8bc26c85af88495ac94d5cd0096b306f7/mainline/buster/Dockerfile

# Standard set up Nginx
export NGINX_VERSION=1.19.8
export NJS_VERSION=0.5.2
export NGINX_VERSION=1.19.10
export NJS_VERSION=0.5.3
export PKG_RELEASE=1~buster

set -x \
Expand Down
7 changes: 7 additions & 0 deletions configs/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ need-app = true
die-on-term = true
# For debugging and testing
show-config = true
# enable thread
enable-threads = true
lazy-apps=true
disable-logging = true
log-4xx = true
log-5xx = true
master = true

0 comments on commit 8b2959e

Please sign in to comment.