From ae1b1f3e22c70848e02832e1ec3382d51661a242 Mon Sep 17 00:00:00 2001 From: Brain-Gamer Date: Sat, 20 May 2017 19:08:48 +0200 Subject: [PATCH] Uncommenting important line --- Dockerfile.alpine-armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine-armhf b/Dockerfile.alpine-armhf index 81b36ec..62d01eb 100644 --- a/Dockerfile.alpine-armhf +++ b/Dockerfile.alpine-armhf @@ -20,7 +20,7 @@ RUN apk add --update \ # Configure Nginx and apply fix for very long server names COPY ./nginx.conf /etc/nginx/nginx.conf -#RUN sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf +RUN sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf COPY . /app/ WORKDIR /app/