Uncommenting important line
This commit is contained in:
parent
86d4ad3806
commit
ae1b1f3e22
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue