We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a2c7d commit 1867228Copy full SHA for 1867228
Dockerfile
@@ -11,7 +11,8 @@ RUN apt-get update \
11
12
# Configure Nginx and apply fix for very long server names
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
+ && 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
16
17
# Install Forego
18
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
0 commit comments