File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ RUN apt-get update \
11
11
12
12
# Configure Nginx and apply fix for very long server names
13
13
RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
14
- && sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf
14
+ && sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf \
15
+ && sed -i 's/worker_processes 1/worker_processes auto/' /etc/nginx/nginx.conf
15
16
16
17
# Install Forego
17
18
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ RUN apk add --no-cache --virtual .run-deps \
8
8
9
9
# Configure Nginx and apply fix for very long server names
10
10
RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
11
- && sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf
11
+ && sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf \
12
+ && sed -i 's/worker_processes 1/worker_processes auto/' /etc/nginx/nginx.conf
12
13
13
14
# Install Forego
14
15
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
You can’t perform that action at this time.
0 commit comments