Uncommenting important line

This commit is contained in:
Brain-Gamer 2017-05-20 19:08:48 +02:00
parent 86d4ad3806
commit ae1b1f3e22

View file

@ -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/